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