Object
MigrationProxy is used to defer loading of the actual migration classes until they are needed
# File lib/active_record/migration.rb, line 403 403: def load_migration 404: require(File.expand_path(filename)) 405: name.constantize 406: end
# File lib/active_record/migration.rb, line 399 399: def migration 400: @migration ||= load_migration 401: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.