Class: HasHelpers::DataMigration::MasterWorker

Inherits:
HasUtils::GoodJob::BaseWorker
  • Object
show all
Includes:
HasUtils::GoodJob::UniqueJob
Defined in:
lib/has_helpers/data_migration/master_worker.rb

Instance Method Summary collapse

Instance Method Details

#performObject



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