I store all my app\'s data in seeds.rb locally. However, after I pushing everything to Heroku, the app works well, but without any data. I do not want to re-input the mass d
I'll just add, because I haven't seen it yet. heroku run rails db:seed Will accomplish the same task.
heroku run rails db:seed