Closed ghost closed 8 years ago
You might have a conflict if you try and use both Parse::Object
and Mongoid::Document
in the same class - as they might override each other's methods. The only options supported by Parse::Stack
are documented in our wiki. Using Mongoid
implies that the adapter will go directly to the MongoDB database instead of using the Parse Rest API.
@apersaud can we use mongo schema as model?
instead of :
output of mongo is Json , if we interpret mongo Json as parse server input , can we use mongo options?
like has_and_belongs_to_many we have not in parse::object