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 d83b69c + 21d47bb commit 2ad54acCopy full SHA for 2ad54ac
README.md
@@ -31,7 +31,7 @@ The jquery and jquery-ujs files will be added to the asset pipeline and availabl
31
//= require jquery_ujs
32
```
33
34
-If you are running Rails 5.1 and up, `jquery_ujs` is not needed anymore and you can just add:
+If you are running Rails 5.1 and up, and if you have included `//= require rails-ujs`, then `jquery_ujs` is not needed anymore. You can just add:
35
36
```js
37
//= require jquery
0 commit comments