Polymorphic Associations in Ruby on Rails
You might have instances where the associations could be with multiple models. For example, if you have a Picture model...
You might have instances where the associations could be with multiple models. For example, if you have a Picture model...
You may be working on multi-master database model which required to use UUID and sometime because of using auto incrementing...