We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 633d6ab + 67750a5 commit 37bcaf5Copy full SHA for 37bcaf5
docs/install_generator.md
@@ -3,7 +3,7 @@ The install generator will automatically do these two changes to your files:
3
1. The following line will be added as the **first** line of `app/assets/stylesheets/active_admin.scss`:
4
5
```stylesheet
6
-//= require activeadmin_addons/all
+@import 'activeadmin_addons/all'
7
```
8
9
2. If your activeadmin installation uses an `app/assets/javascripts/active_admin.js.coffee` file,
0 commit comments