method
set_session_options_with_components
v2.0.3 -
Show latest stable
- Class:
ActionController::Components::InstanceMethods
set_session_options_with_components(request)private
No documentation available.
# File actionpack/lib/action_controller/components.rb, line 156
def set_session_options_with_components(request)
set_session_options_without_components(request) unless component_request?
end