method
set_session_options_with_components
v1.1.6 -
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 177
def set_session_options_with_components(request)
set_session_options_without_components(request) unless component_request?
end