aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/csrf_helper.rb
diff options
context:
space:
mode:
authorYoshiyuki Hirano <yhirano@me.com>2017-08-27 09:12:19 +0900
committerYoshiyuki Hirano <yhirano@me.com>2017-08-27 09:12:19 +0900
commit9740a59aee7409168da249affa960d83ba74ce35 (patch)
tree85ae9a826acdb89ab04938af46cbbbadec05d4c4 /actionview/lib/action_view/helpers/csrf_helper.rb
parent4b95976f15ecd2d3a9655cb22b00a247253dfb08 (diff)
downloadrails-9740a59aee7409168da249affa960d83ba74ce35.tar.gz
rails-9740a59aee7409168da249affa960d83ba74ce35.tar.bz2
rails-9740a59aee7409168da249affa960d83ba74ce35.zip
Fix broken doc layout for action_view [ci skip]
Diffstat (limited to 'actionview/lib/action_view/helpers/csrf_helper.rb')
-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 d1b83f87d3..69c59844a6 100644
--- a/actionview/lib/action_view/helpers/csrf_helper.rb
+++ b/actionview/lib/action_view/helpers/csrf_helper.rb
@@ -2,7 +2,7 @@
module ActionView
# = Action View CSRF Helper
- module Helpers
+ module Helpers #:nodoc:
module CsrfHelper
# Returns meta tags "csrf-param" and "csrf-token" with the name of the cross-site
# request forgery protection parameter and token, respectively.