Sha256: 3c758e9e59b007754b3aec80fa2a816e9138a5bf580a4b49887b5322df858e6b
Contents?: true
Size: 339 Bytes
Versions: 18
Compression:
Stored size: 339 Bytes
Contents
module Mongoid #:nodoc: module Extensions #:nodoc: module Array #:nodoc: # This module converts arrays into mongoid related objects. module Conversions #:nodoc: # Converts this array into an array of hashes. def mongoidize collect { |obj| obj.attributes } end end end end end
Version data entries
18 entries across 18 versions & 2 rubygems