Flowdock
method

set_session_options_with_components

Importance_0
v2.0.3 - Show latest stable - 0 notes - Class: ActionController::Components::InstanceMethods
set_session_options_with_components(request) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.