moonmaster9000

Results 2 issues of moonmaster9000

in version 0.4.8, if i have a definition that has a lazy attribute that returns a Dupe record, that record is actually a duped version of the original record created...

steps to reproduce: require 'dupe' Dupe.define :book do |book| book.authors [] end b = Dupe.create :book a = Dupe.create :author b.authors