mongomodel
mongomodel copied to clipboard
Ruby ORM for MongoDB (compatible with Rails 3)
Results
1
mongomodel issues
Sort by
recently updated
recently updated
newest added
How would I go about using mongo's $or functionality within mongomodel? I have two scopes that I need to merge as an OR. scope :expires_in_future, -> { where({:expires_at.gte => Time.now})...