method
load_for_write!
v4.0.2 -
Show latest stable
- Class:
ActionDispatch::Request::Session
load_for_write!()private
No documentation available.
# File actionpack/lib/action_dispatch/request/session.rb, line 163
def load_for_write!
load! unless loaded?
end