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