method
action_method?
rails latest stable - Class:
AbstractController::Base
action_method?(name)private
Returns true if the name can be considered an action because it has a method defined in the controller.
Parameters
-
name - The name of an action to be tested