joshuabowers / opium

An Object Parse.com Mapping technology for defining models.
MIT License
1 stars 0 forks source link

Criteria needs to have Enumerable methods #17

Closed joshuabowers closed 9 years ago

joshuabowers commented 9 years ago

Either I need to duplicate a lot of behavior that Enumerable has, or I need to mix in Enumerable. A decision must be made.

joshuabowers commented 9 years ago

I see that Mongoid just mixes in Enumerable. I'll go that method.