Describe Polymorphic Association in Rails
Polymorphic Association is a type of Active Record Association. Polymorphism means that an object can have many forms. In the Rails context, Polymorphic Association allows you to define a single model that can be associated with or belong to other models without writing a repeat code.
