Skip to content

Commit

Permalink
Update working_with_javascript_in_rails.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guilleiguaran committed Aug 1, 2017
1 parent 789f3be commit 38a7912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/working_with_javascript_in_rails.md
Expand Up @@ -151,7 +151,7 @@ Because of Unobtrusive JavaScript, the Rails "Ajax helpers" are actually in two
parts: the JavaScript half and the Ruby half. parts: the JavaScript half and the Ruby half.


Unless you have disabled the Asset Pipeline, Unless you have disabled the Asset Pipeline,
[rails-ujs](https://github.com/rails/rails-ujs/tree/master) [rails-ujs](https://github.com/rails/rails/tree/master/actionview/app/assets/javascripts)
provides the JavaScript half, and the regular Ruby view helpers add appropriate provides the JavaScript half, and the regular Ruby view helpers add appropriate
tags to your DOM. tags to your DOM.


Expand Down

0 comments on commit 38a7912

Please sign in to comment.