Make the ActiveAdmin top nav be a dropdown instead of a big list of links
lib | ||
.gitignore | ||
activeadmin-dropdown_resources.gemspec | ||
Gemfile | ||
LICENSE | ||
Rakefile | ||
README.md |
Get a dropdown in Active Admin rather than a list of resource links at the top.
In app/assets/javascripts/admin_application.js
:
//= require jquery
//= require active_admin/dropdown_resources
Easy!