Sha256: e56c5ecd5dacf732a31fdf98d92fb70a7045bce35a422561f2208f379566a5a6
Contents?: true
Size: 169 Bytes
Versions: 2
Compression:
Stored size: 169 Bytes
Contents
class Product include Mongoid::Document include Mongoid::Search field :brand field :name references_many :tags search_in :brand, :name, :tags => :name end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mongoid_search-0.1.2 | spec/models/product.rb |
mongoid_search-0.1.1 | spec/models/product.rb |