AgileVentures/MetPlus_PETS

View on GitHub
lib/tasks/jobs/synchronize.rake

Summary

Maintainability
Test Coverage
namespace :jobs do
  desc 'Synchronize jobs from the application database to the cruncher'
  task synchronize: :environment do
    Jobs::SynchronizeCruncher.new.call
  end
end