private Method

InstanceMethods.component_response(options, reuse_response)

There's no documentation for this item.

Source Code

# File action_controller/components.rb, line 111
def component_response(options, reuse_response)
  klass    = component_class(options)
  request  = request_for_component(klass.controller_name, options)
  new_response = reuse_response ? response : response.dup

  klass.process_with_components(request, new_response, self)
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.