Method: Mongoo::Core#persisted_mongohash
- Defined in:
- lib/mongoo/core.rb
#persisted_mongohash ⇒ Object
68 69 70 71 72 73 74 |
# File 'lib/mongoo/core.rb', line 68 def persisted_mongohash @persisted_mongohash ||= begin if @serialized_persisted_mongohash Marshal.load(@serialized_persisted_mongohash) end end end |