Module: SchemaComments::DummyMigration

Defined in:
lib/schema_comments/dummy_migration.rb

Instance Method Summary collapse

Instance Method Details

#rename_column(table, old_col, new_col, options = {}) ⇒ Object



3
4
5
# File 'lib/schema_comments/dummy_migration.rb', line 3

def rename_column(table, old_col, new_col, options = {})
  super(table, old_col, new_col)
end