module ActionMailbox::Routing
def mailbox_for(inbound_email)
def mailbox_for(inbound_email) router.mailbox_for(inbound_email) end
def route(inbound_email)
def route(inbound_email) router.route(inbound_email) end
def routing(routes)
def routing(routes) router.add_routes(routes) end