1 2 3 4 5 6 7 8
class SetReferentialsReady < ActiveRecord::Migration def up Referential.update_all ready: true end def down end end