method
process_action
v3.0.9 -
Show latest stable
- Class:
AbstractController::Base
process_action(method_name, *args)private
Call the action. Override this in a subclass to modify the behavior around processing an action. This, and not #process, is the intended way to override action dispatching.