Flowdock
method

ingress_name

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: BaseController
ingress_name() 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/action_mailbox/base_controller.rb, line 17
      def ingress_name
        self.class.name.remove(/\AActionMailbox::Ingresses::/, /::InboundEmailsController\z/).underscore.to_sym
      end
Register or log in to add new notes.