method

action_method?

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

Returns

:api: private