I had to rename model class in my ruby on rails app due to name clashing with other class sitting in lib directory. Everything is fine when I run app both in production and development env on my local machine, however on old class name is still displayed when running app on heroku. I tried clearing cache (Rails.cache.clear and rake tmp:clear), restarting server, even deleting AA models directly on heroku. Nothing seems to works - old model is still in the menu. The renamed model is also displayed in AA menu. I'm using ActiveAdmin 0.6.0.
Thanks for your help!