module MongoMapper::Extensions::Array
Public Instance Methods
to_mongo(options = {})
click to toggle source
# File lib/mongo_mapper/extensions/array.rb, line 38 def to_mongo(options = {}) self.class.to_mongo(self, options) end