method
action_methods
v8.1.1 -
Show latest stable
- Class:
AbstractController::Base
action_methods()public
A `Set` of method names that should be considered actions. This includes all public instance methods on a controller, less any internal methods (see internal_methods), adding back in any methods that are internal, but still exist on the class itself.