-
Couldn't load subscription status.
- Fork 64
Open
Labels
Description
The readme suggests it's possible to call Artwork.remove_from_ngram_index
But on ruby 2.3.3 and mongoid v6 it raises
NoMethodError: undefined method `mongo_v2?' for Artwork::Class
I believe there is a context issue in the module that defines that method. The mongo_v2 is indeed defined in some of this gem's module but is not called appropriately. I believe some similar method should be provided by the Mongoid Compatibility gem and should be called directly.