ElixirTeSS / TeSS

Training e-Support Service using Ruby on Rails.
Other
12 stars 14 forks source link

Mainline TeSS update #343

Closed njall closed 8 years ago

njall commented 8 years ago

Have to map licenced materials with 'CeCILL' to the proper controlled vocab name CeCILL Licence 2.1 with this:

Material.where(licence: 'CeCILL').each{|x| x.update_column('licence', 'CECILL-2.1')}

njall commented 8 years ago

Done the conversion in the scraper