instance method
message
Ruby on Rails 6.1.7.10
Since v6.0.6 PrivateSignature
message()
No documentation comment.
Source
# File actionmailbox/app/controllers/action_mailbox/ingresses/mandrill/inbound_emails_controller.rb, line 81
def message
request.url + request.POST.sort.flatten.join
end
Defined in actionmailbox/app/controllers/action_mailbox/ingresses/mandrill/inbound_emails_controller.rb line 81
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionMailbox::Ingresses::Mandrill::InboundEmailsController::Authenticator