Skip to content

Commit c1fcef5

Browse files
committed
jquery-rails ships with 'jquery_ujs', not 'jquery-ujs'.
Closes rails#390.
1 parent 2f22624 commit c1fcef5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ And run:
3535
$ bundle install
3636
```
3737

38+
Require both `jquery` and `jquery_ujs` into your application.js manifest.
39+
40+
```javascript
41+
//= require jquery
42+
//= require jquery_ujs
43+
```
44+
3845
Installation using Bower
3946
------------
4047

0 commit comments

Comments
 (0)