aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillnet <netwillnet@gmail.com>2017-07-19 13:36:42 +0900
committerwillnet <netwillnet@gmail.com>2017-07-19 13:36:42 +0900
commita76ac34613188b25473a72d99902100a128a9a53 (patch)
tree079d1e9cc8f21992b29fff51fbe2b217d53d2e64
parenta03a7ce50b9dfe4a13f0cd11b69a093a5bcfd7e9 (diff)
downloadrails-a76ac34613188b25473a72d99902100a128a9a53.tar.gz
rails-a76ac34613188b25473a72d99902100a128a9a53.tar.bz2
rails-a76ac34613188b25473a72d99902100a128a9a53.zip
[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?