I can't create a rails query with mongoid equivalent to a mongo query.
school.student{"sigae.valid_username.username": { $exists: true}}
How can I convert this query to use in Rails with MongoId?
I can't create a rails query with mongoid equivalent to a mongo query.
school.student{"sigae.valid_username.username": { $exists: true}}
How can I convert this query to use in Rails with MongoId?