module SchemaComments::DummyMigration

Public Instance Methods

rename_column(table, old_col, new_col, options = {}) click to toggle source
Calls superclass method
# 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