silva96
silva96

Reputation: 655

Mongoid Query documentation

I'm looking into Mongoid Query documentation here and I only see very simple examples like Band.where(name: "Depeche Mode")

I would like to see how .or .and .any_of .any_in and others work

Where can I find this documentation for mongoid 5+?

Many stackoverflow question (like this one) point to this link but that link redirects the first link I posted, where there is nothing about the methods I mention.

Upvotes: 3

Views: 349

Answers (1)

silva96
silva96

Reputation: 655

Most accurate documentation I could find is inside the code.

See this link

Upvotes: 2

Related Questions