Class Index [+]

Quicksearch

ActionController::RackDelegation

Public Instance Methods

dispatch(action, request, response = ActionDispatch::Response.new) click to toggle source
    # File lib/action_controller/metal/rack_delegation.rb, line 11
11:     def dispatch(action, request, response = ActionDispatch::Response.new)
12:       @_response ||= response
13:       @_response.request ||= request
14:       super(action, request)
15:     end
reset_session() click to toggle source
    # File lib/action_controller/metal/rack_delegation.rb, line 22
22:     def reset_session
23:       @_request.reset_session
24:     end
response_body=(body) click to toggle source
    # File lib/action_controller/metal/rack_delegation.rb, line 17
17:     def response_body=(body)
18:       response.body = body if response
19:       super
20:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.