Skip to content

Commit 21d47bb

Browse files
committed
Added rails-ujs disambiguation for Rails 5.1 and up
1 parent d83b69c commit 21d47bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The jquery and jquery-ujs files will be added to the asset pipeline and availabl
3131
//= require jquery_ujs
3232
```
3333

34-
If you are running Rails 5.1 and up, `jquery_ujs` is not needed anymore and you can just add:
34+
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:
3535

3636
```js
3737
//= require jquery

0 commit comments

Comments
 (0)