method

match?

Importance_0
v7.0.0 - Show latest stable - 0 notes - Class: ActionFilter
match?(controller) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/abstract_controller/callbacks.rb, line 43
      def match?(controller)
        @actions.include?(controller.action_name)
      end
Register or log in to add new notes.