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.
1 parent cb2cd4a commit a620130Copy full SHA for a620130
README.md
@@ -51,13 +51,13 @@ and execute:
51
52
$ yarn
53
54
-Add the following line into `app/assets/javascripts/active_admin.js`:
+Add the following line into `app/javascript/active_admin.js`:
55
56
```javascript
57
import '@codevise/activeadmin-searchable_select';
58
```
59
60
-Add the following line into `app/assets/stylesheets/active_admin.scss`:
+Add the following line into `app/javascript/stylesheets/active_admin.scss`:
61
62
```css
63
@import '@codevise/activeadmin-searchable_select';
0 commit comments