Sha256: 4d03300f1adcb8be01790ff3e54d25aa1979abf5d9a89a1a99ca85d3cc49e3e3
Contents?: true
Size: 340 Bytes
Versions: 9
Compression:
Stored size: 340 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
9 entries across 9 versions & 1 rubygems