aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/models/book.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix buildFrancesco Rodríguez2012-06-121-1/+1
|
* Fix the the backport of the object dup with the ruby 1.9.3p194.Angelo capilleri2012-06-121-0/+3
At the end of initialize_dup was added the call to super if it exists, so it also works with 1.8.7 where initialize_dup doesn't exist. This issu was introduced with the pull request #6324