Delegate to the correct method in ActionMailbox.mailbox_for

This commit is contained in:
James Dabbs 2019-05-05 12:09:32 -07:00
parent 80af2c5831
commit 9ce8156c93

@ -19,7 +19,7 @@ def route(inbound_email)
end
def mailbox_for(inbound_email)
router.route(inbound_email)
router.mailbox_for(inbound_email)
end
end
end