method

action_method?

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

Returns