Method: ActionMailbox::RoutingJob#perform
- Defined in:
- actionmailbox/app/jobs/action_mailbox/routing_job.rb
#perform(inbound_email) ⇒ Object
9 10 11 |
# File 'actionmailbox/app/jobs/action_mailbox/routing_job.rb', line 9 def perform(inbound_email) inbound_email.route end |