search for: collectable_type

Displaying 1 result from an estimated 1 matches for "collectable_type".

2006 Apr 03
1
:through causes White Screen of Death
i''m trying to get :through associations working per the wiki: http://wiki.rubyonrails.com/rails/pages/ThroughAssociations i follow the instruction to the t, with the exception that i''m trying to use it with a polymorphic association. here are the associations in my models: Collection has_many :collectings Collection has_many :collectables, :through => collectings Collecting