Flowdock
method

new

Importance_0
v3.1.0 - Show latest stable - 0 notes - Class: ActiveRecord::MigrationProxy
new(name, version, filename) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/migration.rb, line 498
    def initialize(name, version, filename)
      super
      @migration = nil
    end
Register or log in to add new notes.