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