aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/rendering_helper.rb
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-08-27 09:57:00 +0900
committerGitHub <noreply@github.com>2017-08-27 09:57:00 +0900
commit46c2e93051ab33157c584292a2743f9482e99582 (patch)
tree93278562ed9b67320705ca2278e6fd15d7d4308b /actionview/lib/action_view/helpers/rendering_helper.rb
parent184cd6e4ff605202229329bd0e8e89fa40e9273f (diff)
parent9740a59aee7409168da249affa960d83ba74ce35 (diff)
downloadrails-46c2e93051ab33157c584292a2743f9482e99582.tar.gz
rails-46c2e93051ab33157c584292a2743f9482e99582.tar.bz2
rails-46c2e93051ab33157c584292a2743f9482e99582.zip
Merge pull request #30427 from yhirano55/fix_broken_doc_layout_for_action_view
Fix broken doc layout for action_view [ci skip]
Diffstat (limited to 'actionview/lib/action_view/helpers/rendering_helper.rb')
-rw-r--r--actionview/lib/action_view/helpers/rendering_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/lib/action_view/helpers/rendering_helper.rb b/actionview/lib/action_view/helpers/rendering_helper.rb
index 2702fa28b2..8e505ab054 100644
--- a/actionview/lib/action_view/helpers/rendering_helper.rb
+++ b/actionview/lib/action_view/helpers/rendering_helper.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module ActionView
- module Helpers
+ module Helpers #:nodoc:
# = Action View Rendering
#
# Implements methods that allow rendering from a view context.