Class: AsyncSchemaMigration
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- AsyncSchemaMigration
- Defined in:
- lib/rails_async_migrations/models/async_schema_migration.rb
Instance Method Summary collapse
Instance Method Details
#trace ⇒ Object
15 16 17 |
# File 'lib/rails_async_migrations/models/async_schema_migration.rb', line 15 def trace RailsAsyncMigrations::Tracer.new.verbose "Asynchronous migration `#{id}` is now `#{state}`" end |