Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
Login
From:
testsuite.io
(Uncensored)
subscribe
Polymorphic Associations in Ruby on Rails - Testsuite
https://testsuite.io/polymorphic-associations
links
backlinks
A polymorphic association allows a model to belong to multiple other models. In this case we might create a Profile model and a BlogPost model, and both have many references to Images. Here's how to set everything up.