Sha256: 53e3a27fc844efdc088f16e32a24a8ff4700f067369ad708c1ba572d80b03728
Contents?: true
Size: 324 Bytes
Versions: 30
Compression:
Stored size: 324 Bytes
Contents
module Mongoid #:nodoc: module Extensions #:nodoc: module Object #:nodoc: # This module converts objects into mongoid related objects. module Conversions #:nodoc: # Converts this object to a hash of attributes def mongoidize self.attributes end end end end end
Version data entries
30 entries across 30 versions & 2 rubygems