Class: OnlineMigrations::WrappedConnection
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- OnlineMigrations::WrappedConnection
- Defined in:
- lib/online_migrations/schema_dumper.rb
Instance Method Summary collapse
Instance Method Details
#columns(table_name) ⇒ Object
17 18 19 |
# File 'lib/online_migrations/schema_dumper.rb', line 17 def columns(table_name) super.sort_by(&:name) end |