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