Rails: Many to many polymorphic relationships
问题 See comments for updates. I've been struggling to get a clear and straight-forward answer on this one, I'm hoping this time I'll get it! :D I definitely have a lot to learn still with Rails, however I do understand the problem I'm facing and would really appreciate additional help. I have a model called "Task". I have an abstract model called "Target". I would like to relate multiple instances of subclasses of Target to Task. I am not using single table inheritance. I would like to query the