aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/contract.rb
Commit message (Collapse)AuthorAgeFilesLines
* adding a test to demonstrate how to use STI subclasses on the far rightAaron Patterson2013-09-271-0/+1
| | | | side of a hm:t association along with preloading.
* Tests for issue #1360Farley Knight2011-05-311-0/+15
|
* Respect the default_scope on a join model when reading a through associationJon Leighton2010-12-161-1/+1
|
* has_many :through create should not raise validation errorsrailsbob2009-08-091-0/+4
[#2934 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>