class method
self.new
Ruby on Rails 3.2.22.5
Since v3.1.12Signature
self.new()
No documentation comment.
Source
# File activerecord/lib/active_record/migration.rb, line 345
def initialize
@name = self.class.name
@version = nil
@connection = nil
@reverting = false
end
Defined in activerecord/lib/active_record/migration.rb line 345
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Migration