Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 491 Bytes

install_generator.md

File metadata and controls

19 lines (13 loc) · 491 Bytes

The install generator will automatically do these two changes to your files:

  1. The following line will be added as the first line of app/assets/stylesheets/active_admin.scss:
//= require activeadmin_addons/all
  1. 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