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 9b4051b commit 7bacef5Copy full SHA for 7bacef5
README.md
@@ -30,10 +30,10 @@ Add the following line into `app/assets/stylesheets/active_admin.css.scss`:
30
@import "active_admin_datetimepicker";
31
```
32
33
-Add the following line into `app/assets/javascripts/active_admin.js.coffee`:
+Add the following line into `app/assets/javascripts/active_admin.js`:
34
35
-```coffee
36
-#= require active_admin_datetimepicker
+```javascript
+//= require active_admin_datetimepicker
37
38
39
0 commit comments