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.
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.