ActiveAdmin error uninitialized constant ActiveAdmin::Dashboards-open source projects keen/dashboards
ActiveAdmin dashboard is no longer working after upgrading to 0.6.1. The dashboard now returns the error:
/app/app/admin/dashboards.rb:1:in `': uninitialized constant ActiveAdmin::Dashboards (NameError)
Update SOLVED:
The dashboard has been removed from ActiveAdmin 0.6.1. To continue using the dashboard, force version 0.6.0 in your application’s Gemfile:
gem "activeadmin", "0.6.0"