instance method
route
Ruby on Rails 8.1.2
Since v6.0.6Signature
route()
Route this InboundEmail using the routing rules declared on the ApplicationMailbox.
Source
# File actionmailbox/app/models/action_mailbox/inbound_email/routable.rb, line 21
def route
ApplicationMailbox.route self
end
Defined in actionmailbox/app/models/action_mailbox/inbound_email/routable.rb line 21
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionMailbox::InboundEmail::Routable