module ActionMailbox::Routing

def mailbox_for(inbound_email)

def mailbox_for(inbound_email)
  router.mailbox_for(inbound_email)
end