-
Type: Task
-
Resolution: Done
-
Affects Version/s: None
-
Component/s: None
-
None
moved query creation from criteria_helpers to mongoid complex to allow for more symbol extensions
Now to create a new symbol extension you just have to modify the symbol it self to be an object that has the functions key and to_mongo_query
I use the function to_mongo_query instead of to_query as to not conflict with active supports to_query