You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mongoid works very similar to ActiveRecord. I have an application with relationships between ActiveRecord models and Mongoid models. When an ActiveRecord model (with Mongoid models belonging to it) is cloned, I'd like to have the Mongoid models cloned as well.
The text was updated successfully, but these errors were encountered:
I've never used Mongoid myself, but the reflection on associations is probably a lot different? As I don't have any experience with it I won't be adding this, but PR's are welcome :) You could use the pre/postprocessor or block option to include these associations for now.
Mongoid works very similar to ActiveRecord. I have an application with relationships between ActiveRecord models and Mongoid models. When an ActiveRecord model (with Mongoid models belonging to it) is cloned, I'd like to have the Mongoid models cloned as well.
The text was updated successfully, but these errors were encountered: