aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2017-07-18 23:42:26 -0500
committerGitHub <noreply@github.com>2017-07-18 23:42:26 -0500
commit1c2ed0a05440b65f093f5394edb785f86b9e85ad (patch)
tree079d1e9cc8f21992b29fff51fbe2b217d53d2e64
parenta03a7ce50b9dfe4a13f0cd11b69a093a5bcfd7e9 (diff)
parenta76ac34613188b25473a72d99902100a128a9a53 (diff)
downloadrails-1c2ed0a05440b65f093f5394edb785f86b9e85ad.tar.gz
rails-1c2ed0a05440b65f093f5394edb785f86b9e85ad.tar.bz2
rails-1c2ed0a05440b65f093f5394edb785f86b9e85ad.zip
Merge pull request #29845 from willnet/doc-rails-ujs
[ci skip]Replace jquery-ujs with rails-ujs
-rw-r--r--actionview/lib/action_view/helpers/csrf_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/lib/action_view/helpers/csrf_helper.rb b/actionview/lib/action_view/helpers/csrf_helper.rb
index 2a15d2aa5a..b1319904f0 100644
--- a/actionview/lib/action_view/helpers/csrf_helper.rb
+++ b/actionview/lib/action_view/helpers/csrf_helper.rb
@@ -15,7 +15,7 @@ module ActionView
# You don't need to use these tags for regular forms as they generate their own hidden fields.
#
# For AJAX requests other than GETs, extract the "csrf-token" from the meta-tag and send as the
- # "X-CSRF-Token" HTTP header. If you are using jQuery with jquery-rails this happens automatically.
+ # "X-CSRF-Token" HTTP header. If you are using rails-ujs this happens automatically.
#
def csrf_meta_tags
if protect_against_forgery?