aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/inheritance.rb
Commit message (Collapse)AuthorAgeFilesLines
* refactor instantiate method in base, so we remove nesting if's which make ↵Arturo Pie2012-03-291-9/+16
| | | | | | | | the code harder to read. Minor changes to contain_all_columns in IdentityMap. Conflicts: activerecord/lib/active_record/base.rb
* Split out most of the AR::Base code into separate modules :cake:Jon Leighton2011-12-151-0/+167