class AbstractController::Base
def hidden_actions
==== Returns
to specify particular actions as hidden.
This can be modified by other modules or subclasses
The list of hidden actions. Defaults to an empty array.
def hidden_actions [] end
def hidden_actions [] end