module ActionMailbox::Routing

def route(inbound_email)

def route(inbound_email)
  router.route(inbound_email)
end