aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/liquid.rb
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate set_table_name in favour of self.table_name= or defining your own ↵Jon Leighton2011-11-291-1/+1
| | | | method.
* Eager loading an association should not change the count of childrenNeeraj Singh2010-08-021-0/+5
[#4971 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>