method
marshal_data!
v2.3.8 -
Show latest stable
- Class:
ActiveRecord::SessionStore::Session
marshal_data!()private
No documentation available.
# File activerecord/lib/active_record/session_store.rb, line 122
def marshal_data!
return false if !loaded?
write_attribute(@@data_column_name, self.class.marshal(self.data))
end