Class: Locomotive::SendPonyEmailJob
- Inherits:
-
ActiveJob::Base
- Object
- ActiveJob::Base
- Locomotive::SendPonyEmailJob
- 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() = () Pony.mail() end |