diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2017-03-29 12:23:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-29 12:23:06 -0400 |
commit | 842f67dd242e738419f27e752ea7dcd0bbe87b6d (patch) | |
tree | f0cb5fef206a672966464364b6dd3880572dd108 /actionview/app | |
parent | e91b17e834071c4b5056dc2761f0b49b70ede99b (diff) | |
parent | 40f226ae94a726ca8935062a8aac50af8cad1de9 (diff) | |
download | rails-842f67dd242e738419f27e752ea7dcd0bbe87b6d.tar.gz rails-842f67dd242e738419f27e752ea7dcd0bbe87b6d.tar.bz2 rails-842f67dd242e738419f27e752ea7dcd0bbe87b6d.zip |
Merge pull request #28601 from tricknotes/fix-link-to-rails-ujs
Fix link to rails-ujs
Diffstat (limited to 'actionview/app')
-rw-r--r-- | actionview/app/assets/javascripts/rails-ujs.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/app/assets/javascripts/rails-ujs.coffee b/actionview/app/assets/javascripts/rails-ujs.coffee index afe7d6f7a3..0c47e1bc60 100644 --- a/actionview/app/assets/javascripts/rails-ujs.coffee +++ b/actionview/app/assets/javascripts/rails-ujs.coffee @@ -1,6 +1,6 @@ # # Unobtrusive JavaScript -# https://github.com/rails/rails-ujs +# https://github.com/rails/rails/blob/master/actionview/app/assets/javascripts # # Released under the MIT license # |