mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Temp routing directly to named controller
Need the singleton to live somewhere proper.
This commit is contained in:
parent
9cecd74239
commit
af360244d2
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@ class ActionMailroom::DeliverInboundEmailToMailroomJob < ActiveJob::Base
|
|||
queue_as :action_mailroom_inbound_email
|
||||
|
||||
def perform(inbound_email)
|
||||
ActionMailroom::Mailbox.route inbound_email
|
||||
ApplicationMailbox.route inbound_email
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue