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