Method: ActionController::Base.process
- Defined in:
- lib/action_controller/base.rb
.process(request, response) ⇒ Object
Factory for the standard create, process loop where the controller is discarded after processing.
388 389 390 |
# File 'lib/action_controller/base.rb', line 388 def process(request, response) #:nodoc: new.process(request, response) end |