The install generator will automatically do these two changes to your files:
- The following line will be added as the first line of
app/assets/stylesheets/active_admin.scss
:
//= require activeadmin_addons/all
- The following line will be added on
app/assets/javascripts/active_admin.js.coffee
after#= require active_admin/base
#= require activeadmin_addons/all
To undo, you can use
$ rails d activeadmin_addons:install