mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Cloned AR objects are now instantiated through initialize_copy rather than new/initialize. This allows AR classes to override initialize_copy in order to implement deep cloning. Signed-off-by: Joshua Peek <josh@joshpeek.com>