private Method

InstanceMethods.set_session_options_with_components(request)

There's no documentation for this item.

Source Code

# File action_controller/components.rb, line 156
def set_session_options_with_components(request)
  set_session_options_without_components(request) unless component_request?
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.