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 `<top (required)>': 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"
ActiveAdmin::Dashboards has been removed on 0.6.1. Make sure bundler is not installing that version.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With