Flowdock
method

reroute

Importance_0
v6.1.7.7 - Show latest stable - 0 notes - Class: ReroutesController
reroute(inbound_email) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionmailbox/app/controllers/rails/conductor/action_mailbox/reroutes_controller.rb, line 14
      def reroute(inbound_email)
        inbound_email.pending!
        inbound_email.route_later
      end
Register or log in to add new notes.