spec/models/variant.rb in mongoid_search-0.3.0 vs spec/models/variant.rb in mongoid_search-0.3.1
- old
+ new
@@ -1,4 +1,5 @@
+autoload :Product, "models/product.rb"
class Variant < Product
field :color
search_in :color
-end
\ No newline at end of file
+end