DEV Community

Discussion on: Rails' Polymorphic Associations

Collapse
 
gathuku profile image
Moses Gathuku

Thank for the nice blog.

I came across this rails generate model product supplier:references{polymorphic}. And left me with alot of questions:-

  1. This creates a model product and foreign key supplier as polymorphic, is it correct?
  2. No use of -able suffix?