aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/organization.rb
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Fixed bug with polymorphic has_one :as pointing to an STI record"Jeremy Kemper2009-05-111-4/+0
| | | | | | [#2594 state:open] This reverts commit 99c103be1165da9c8299bc0977188ecf167e06a5.
* Fixed bug with polymorphic has_one :as pointing to an STI recordRuy Asan2009-05-011-0/+4
| | | | | | [#2594 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* fix assignment to has_one :through associations.Matt Jones2008-11-151-0/+4
Signed-off-by: Michael Koziarski <michael@koziarski.com>