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.
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