method
set_session_options_with_components
v2.1.0 -
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 157
def set_session_options_with_components(request)
set_session_options_without_components(request) unless component_request?
end