New field added to model - Now active_admin working locally, but not in production (Heroku) New field added to model - Now active_admin working locally, but not in production (Heroku) heroku heroku

New field added to model - Now active_admin working locally, but not in production (Heroku)


That can happen if you or someone starts the app by a request to http://your-app.heroku.com, before you migrated the database. Whats happen is app caches the old database state without car_color. You need to restart your app, then it should work.