Class: HasHelpers::DataMigration::MasterWorker
- Inherits:
-
HasUtils::GoodJob::BaseWorker
- Object
- HasUtils::GoodJob::BaseWorker
- HasHelpers::DataMigration::MasterWorker
- Includes:
- HasUtils::GoodJob::UniqueJob
- Defined in:
- lib/has_helpers/data_migration/master_worker.rb
Instance Method Summary collapse
Instance Method Details
#perform ⇒ Object
10 11 12 13 |
# File 'lib/has_helpers/data_migration/master_worker.rb', line 10 def perform ::HasHelpers::DataMigration::Migrator.run_async check_migrations end |