method
load_for_write!
v3.0.0 -
Show latest stable
- Class:
ActionDispatch::Session::AbstractStore::SessionHash
load_for_write!()private
No documentation available.
# File actionpack/lib/action_dispatch/middleware/session/abstract_store.rb, line 116
def load_for_write!
load! unless loaded?
end