respond_to_action?(action_name)
-
A method can be used as an action only if this method returns true when passed the method name as an argument
-
Defaults to true in AbstractController
Methods
- I
Instance Public methods
respond_to_action?(action_name)
A method can be used as an action only if this method returns true when passed the method name as an argument
Defaults to true in AbstractController