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