Skip to content

Commit 37bcaf5

Browse files
authored
Merge pull request #238 from gabrieldesar/master
Update install_generator.md
2 parents 633d6ab + 67750a5 commit 37bcaf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install_generator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ The install generator will automatically do these two changes to your files:
33
1. The following line will be added as the **first** line of `app/assets/stylesheets/active_admin.scss`:
44

55
```stylesheet
6-
//= require activeadmin_addons/all
6+
@import 'activeadmin_addons/all'
77
```
88

99
2. If your activeadmin installation uses an `app/assets/javascripts/active_admin.js.coffee` file,

0 commit comments

Comments
 (0)