I had a working Active Admin app working on my local server, but after pushing to Heroku all my database tables are empty. I tried running heroku run rake db:migrate
and then heroku restart
but these both accomplished nothing. The tables are there, but they are empty.
Thanks!