How can I run rails console in Heroku? Rails 5.1 and postgresql
You can specify the name of the app in case you have several:
heroku run rails c -a APP_NAME
You can specify the name of the app in case you have several:
heroku run rails c -a APP_NAME