I\'m using the has_many_polymorphs plugin so that videos, topics, and users can be posted to profiles. Therefore, a profile has many \"showable_objects\" which can be videos, to
I've never used it, just presently doing some research, but I noticed that you have tagged your question with rails-3 and to my understanding, has_many_polymorphs doesn't work with it. I have found the following fork which might help with the error: has_many_polymorphs by jystewart for rails 3.