instance method
update
Ruby on Rails 2.2.3
Since v2.2.3 Last seen in v2.2.3Signature
update()
Save session store.
Source
# File actionpack/lib/action_controller/session/active_record_store.rb, line 312
def update
if @session
ActiveRecord::Base.silence { @session.save }
end
end
Defined in actionpack/lib/action_controller/session/active_record_store.rb line 312
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in CGI::Session::ActiveRecordStore