Class: Locomotive::SendPonyEmailJob

Inherits:
ActiveJob::Base
  • Object
show all
Defined in:
app/jobs/locomotive/send_pony_email_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(options) ⇒ Object



7
8
9
10
11
# File 'app/jobs/locomotive/send_pony_email_job.rb', line 7

def perform(options)
  _options = prepare_options(options)

  Pony.mail(_options)
end