Method: SessionOff::InstanceMethods#process_with_session_off
- Defined in:
-
lib/session_off.rb,
lib/session_off.rb,
lib/session_off.rb
Rails 2.3.x
192 193 194 195 196 197 198 199 200 201 |
# File 'lib/session_off.rb', line 192 def process_with_session_off(action, *args) = self.class.(request, action) = request. if .is_a?(ActionDispatch::Request::Session::Options) = .instance_variable_get(:@delegate) end .merge! disable_session if [:disabled] process_without_session_off(action, *args) end |