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 cb2cd4a + a620130 commit 0680a4aCopy full SHA for 0680a4a
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