method
ingress_name
v7.0.0 -
Show latest stable
- Class:
ActionMailbox::BaseController
ingress_name()private
No documentation available.
# File actionmailbox/app/controllers/action_mailbox/base_controller.rb, line 17
def ingress_name
self.class.name.remove(/\AActionMailbox::Ingresses::/, /::InboundEmailsController\z/).underscore.to_sym
end