Run the Rails Console on Heroku
Assuming you've already setup and named your remotes for staging and producdtion
heroku run rails c --remote staging
heroku run rails c --remote productionLast updated
Assuming you've already setup and named your remotes for staging and producdtion
heroku run rails c --remote staging
heroku run rails c --remote productionLast updated