method
action_method?
v3.0.0 -
Show latest stable
- Class:
AbstractController::Base
action_method?(name)private
Returns true if the name can be considered an action. This can be overridden in subclasses to modify the semantics of what can be considered an action.
Parameters
- name - The name of an action to be tested