Module: StoresInMongo::Base

Defined in:
lib/stores_in_mongo/base.rb

Instance Method Summary collapse

Instance Method Details

#stores_in_mongo(field, data_type = Hash) ⇒ Object



3
4
5
# File 'lib/stores_in_mongo/base.rb', line 3

def stores_in_mongo(field, data_type = Hash)
  ::StoresInMongo::Builder.new(self, field, data_type).build
end