class ActiveRecord::MigrationProxy
until they are needed
MigrationProxy is used to defer loading of the actual migration classes
def load_migration
def load_migration load(filename) name.constantize end
def migration
def migration @migration ||= load_migration end