Flowdock
method

process

Importance_0
v4.2.7 - Show latest stable - 0 notes - Class: ActionController::Middleware
process(action) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/middleware.rb, line 24
    def process(action)
      response = super
      self.status, self.headers, self.response_body = response if response.is_a?(Array)
      response
    end
Register or log in to add new notes.