canvas-lms/db/migrate/20120302175325_fix_ungraded...

11 lines
214 B
Ruby

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