Skip to content

Instantly share code, notes, and snippets.

@perezpaya
Last active March 29, 2016 00:10
Show Gist options
  • Save perezpaya/8c0ec6c23a22c84780c0 to your computer and use it in GitHub Desktop.
Save perezpaya/8c0ec6c23a22c84780c0 to your computer and use it in GitHub Desktop.
class CompanyMarketUpdatesJob < ApplicationJob
queue_as :default
def perform(params)
ChoosenDatabase::Transaction.new do
CompanyMarketUpdatesService.new.update(params.deep_symbolize_keys)
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment