instance method
ensure_configured
Ruby on Rails 8.0.4
Since v6.0.6 PrivateSignature
ensure_configured()
No documentation comment.
Source
# File actionmailbox/app/controllers/action_mailbox/base_controller.rb, line 11
def ensure_configured
unless ActionMailbox.ingress == ingress_name
head :not_found
end
end
Defined in actionmailbox/app/controllers/action_mailbox/base_controller.rb line 11
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionMailbox::BaseController