Parent

Files

Class Index [+]

Quicksearch

ActiveRecord::MigrationProxy

MigrationProxy is used to defer loading of the actual migration classes until they are needed

Attributes

name[RW]
version[RW]
filename[RW]

Private Instance Methods

load_migration() click to toggle source
     # File lib/active_record/migration.rb, line 403
403:       def load_migration
404:         require(File.expand_path(filename))
405:         name.constantize
406:       end
migration() click to toggle source
     # 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.