Method: Cauchy::Migration#initialize
- Defined in:
- lib/cauchy/migration.rb
#initialize(schema, new_schema) ⇒ Migration
Returns a new instance of Migration.
13 14 15 16 |
# File 'lib/cauchy/migration.rb', line 13 def initialize(schema, new_schema) @schema = schema @new_schema = new_schema end |