Flowdock
method

ensure_configured

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: BaseController
ensure_configured() 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 11
      def ensure_configured
        unless ActionMailbox.ingress == ingress_name
          head :not_found
        end
      end
Register or log in to add new notes.