moiristo / deep_cloneable

This gem gives every ActiveRecord::Base object the possibility to do a deep clone that includes user specified associations.
MIT License
785 stars 89 forks source link

Gem breaks Rails 5 belongs_to required: true by default settings #69

Closed develop-test1 closed 7 years ago

develop-test1 commented 8 years ago

Described in detail here: https://github.com/rails/rails/issues/26557

moiristo commented 7 years ago

Are you actually calling deep_clone somewhere in the update call you describe in rails/rails#26557?

moiristo commented 7 years ago

Closing due to lack of info.