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

Added require for active_record #63

Closed nwalke closed 8 years ago

nwalke commented 8 years ago

When we tried to use sidekiqswarm, which does a Bundler.require(:default), this gem was not happy that the ActiveRecord constant was not yet defined. Adding the require fixes that.