Sha256: d1af02507887584b1b3a83ef6274d8204494a96f68cf1e423b727f0589f722fd
Contents?: true
Size: 232 Bytes
Versions: 98
Compression:
Stored size: 232 Bytes
Contents
class UpdateClassificationsPositions < ActiveRecord::Migration def up Spree::Taxon.all.each do |taxon| taxon.classifications.each_with_index do |c12n, i| c12n.set_list_position(i + 1) end end end end
Version data entries
98 entries across 98 versions & 3 rubygems