From 9ce8156c937950c898209eb707de18835cce4078 Mon Sep 17 00:00:00 2001 From: James Dabbs Date: Sun, 5 May 2019 12:09:32 -0700 Subject: Delegate to the correct method in `ActionMailbox.mailbox_for` --- actionmailbox/lib/action_mailbox/routing.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionmailbox') diff --git a/actionmailbox/lib/action_mailbox/routing.rb b/actionmailbox/lib/action_mailbox/routing.rb index 6d9ca62d79..8391bf9db0 100644 --- a/actionmailbox/lib/action_mailbox/routing.rb +++ b/actionmailbox/lib/action_mailbox/routing.rb @@ -19,7 +19,7 @@ module ActionMailbox end def mailbox_for(inbound_email) - router.route(inbound_email) + router.mailbox_for(inbound_email) end end end -- cgit v1.2.3