MongoId 5 compatibility
Closed this issue · 4 comments
ztmdsbt commented
Found an issue in using MongoId 5:
mongoid/multitenancy.rb:11:
def mongoid4?
MongoId::VERSION.start_with? '4'
end
I change the number to '5', it works well with mongoid 5. but I didn't test all things.
Could you update this GEM to work with MongoId 5?
chaomao commented
yes, I also need it.
Please update code and release it, thanks
ztmdsbt commented
Thank you very much :)
abrisse commented
I have released a new version 1.0.0. Please read carefully the changelog before upgrading.