moiristo / deep_cloneable

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

Added readme clarifications regarding cloning of associated files #64

Closed svensson-david closed 8 years ago

svensson-david commented 8 years ago

Added a short section in the readme to make it clear that files associated to a model through Carrierwave will not get transferred automatically as well as how to overcome the issue.