aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/club.rb
Commit message (Collapse)AuthorAgeFilesLines
* Has many through - It is not necessary to manually merge in the conditions ↵Jon Leighton2011-01-301-1/+2
| | | | hash for the through record, because the creation is done directly on the through association, which will already handle setting the conditions.
* Ensure methods called on association proxies respect access control. [#1083 ↵Pratik Naik2008-10-131-0/+6
| | | | state:resolved] [Adam Milligan, Pratik]
* has_one :through supports :source_type. Fix up some tests. References #4756.Jeremy Kemper2008-03-221-1/+2
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9075 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Add has_one :through support, finally. Closes #4756 [thechrisoshow]Rick Olson2008-03-211-0/+6
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9067 5ecf4fe2-1ee6-0310-87b1-e25e094e27de