method
process
v5.0.0.1 -
Show latest stable
- Class:
AbstractController::Base
process(action, *args)public
Calls the action going through the entire action dispatch stack.
The actual method that is called is determined by calling #method_for_action. If no method can handle the action, then an AbstractController::ActionNotFound error is raised.
Returns
-
self