I'm trying to use the gem called acts_as_commentable_with_threading.
As the document says, I executed these below
rails generate acts_as_commentable_with_threading_migration
rake db:migrate ENV=production
However this only add comments table into development database but not into production database:(
Why and how can I add comments table to production database?
Aucun commentaire:
Enregistrer un commentaire