diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2017-08-01 14:53:17 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-01 14:53:17 -0500 |
commit | 38a79124424da5c34a2275cfd45c828ac4a089b2 (patch) | |
tree | 875d4d61707b626b7caa53f830f6838147ef278a /guides/source | |
parent | 789f3be02048cf33c14c8a98c6fe91d0d7b157eb (diff) | |
download | rails-38a79124424da5c34a2275cfd45c828ac4a089b2.tar.gz rails-38a79124424da5c34a2275cfd45c828ac4a089b2.tar.bz2 rails-38a79124424da5c34a2275cfd45c828ac4a089b2.zip |
Update working_with_javascript_in_rails.md
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/working_with_javascript_in_rails.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/working_with_javascript_in_rails.md b/guides/source/working_with_javascript_in_rails.md index 9ae86c7943..304ac97b32 100644 --- a/guides/source/working_with_javascript_in_rails.md +++ b/guides/source/working_with_javascript_in_rails.md @@ -151,7 +151,7 @@ Because of Unobtrusive JavaScript, the Rails "Ajax helpers" are actually in two parts: the JavaScript half and the Ruby half. 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 tags to your DOM. |