canvas-lms/db/migrate/20120608165707_count_existi...

11 lines
226 B
Ruby

class CountExistingCollectionItemsAndFollowers < ActiveRecord::Migration
tag :postdeploy
def self.up
DataFixup::CountExistingCollectionItemsAndFollowers.send_later_if_production(:run)
end
def self.down
end
end