ActiveRecord::MigrationProxy

class ActiveRecord::MigrationProxy

Parent:
Struct.new(:name, :version, :filename, :scope)

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

Public Class Methods

new(name, version, filename, scope) Show source
Calls superclass method