# File lib/standalone_migrations/callbacks.rb, line 8 def self.run_on_load_callbacks @@callbacks.each do |callback| callback.call end end