Skip to content

Commit 2ad54ac

Browse files
Merge pull request #251 from andrewhaines/rails-ujs-doc-update
Added rails-ujs disambiguation for Rails 5.1 and up
2 parents d83b69c + 21d47bb commit 2ad54ac

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)