Method: StrongMigrations::MigrationContext#up

Defined in:
lib/strong_migrations/migration_context.rb

#upObject



3
4
5
6
7
# File 'lib/strong_migrations/migration_context.rb', line 3

def up(...)
  super
rescue => e
  strong_migrations_process_exception(e)
end