class AsyncSchemaMigration

Public Instance Methods

trace() click to toggle source
# 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