Method: StrongMigrations::MigrationContext#down
- Defined in:
- lib/strong_migrations/migration_context.rb
#down ⇒ Object
9 10 11 12 13 |
# File 'lib/strong_migrations/migration_context.rb', line 9 def down(...) super rescue => e strong_migrations_process_exception(e) end |