Published
- 1 min read
rails migration polymorphic references
The solution for this is noted below
rails migration polymorphic references
Solution
$ rails generate migration AddImageableToProducts imageable:references{polymorphic}
Try other methods by searching on the site. That is if this doesn’t work