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.
390 391 392 |
# File 'lib/action_controller/base.rb', line 390 def process(request, response) #:nodoc: new.process(request, response) end |