By Sampurna Chapagain Polymorphic association in Ruby on Rails refers to the type of active record association. From the Rails Guide, it allows a single model to belong to more than one other model on a single association. This tutorial assumes that ...