class AbstractController::Base

def hidden_actions

* Array - An array of method names that should not be considered 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