Sha256: d0eab5e0941c8fda750484e4ea0817de83fe2ea5abaf980d8143d73a034b6b3f
Contents?: true
Size: 237 Bytes
Versions: 141
Compression:
Stored size: 237 Bytes
Contents
class UpdateClassificationsPositions < ActiveRecord::Migration[4.2] 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
141 entries across 141 versions & 2 rubygems