docs/14-gotchas.md in activeadmin-1.0.0.pre1 vs docs/14-gotchas.md in activeadmin-1.0.0.pre2
- old
+ new
@@ -52,11 +52,11 @@
```
## CSS
In order to avoid the override of your application style with the Active Admin one, you can do one of this things:
-* You can properly move the generated file `active_admin.css.scss` from `app/assets/stylesheets` to `vendor/assets/stylesheets`.
-* You can remove all `require_tree` comands from your root level css files, where the `active_admin.css.scss` is in the tree.
+* You can properly move the generated file `active_admin.scss` from `app/assets/stylesheets` to `vendor/assets/stylesheets`.
+* You can remove all `require_tree` comands from your root level css files, where the `active_admin.scss` is in the tree.
## Conflicts
### With gems that provides a `search` class method on a model