module ActionMailbox::InboundEmail::Routable
def route
def route ApplicationMailbox.route self end
def route_later
def route_later ActionMailbox::RoutingJob.perform_later self end
def route ApplicationMailbox.route self end
def route_later ActionMailbox::RoutingJob.perform_later self end