Sha256: 14f9c3114801b55f8330be89707f0d1e09013699f5bc12fc9fee0582b97c316a
Contents?: true
Size: 229 Bytes
Versions: 7
Compression:
Stored size: 229 Bytes
Contents
# If you want to move all your works to an admin set run this. class MoveAllWorksToAdminSet def self.run(admin_set) CurationConcerns::WorkRelation.new.find_each do |w| w.update(admin_set: admin_set) end end end
Version data entries
7 entries across 7 versions & 1 rubygems