aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEileen M. Uchitelle <eileencodes@users.noreply.github.com>2018-05-11 15:02:08 -0400
committerGitHub <noreply@github.com>2018-05-11 15:02:08 -0400
commit35de9c57ee2cec5a9a573f5bc59b82f1c06259c0 (patch)
tree5bc576165be275a18351f88c8fa20c5622ff7f55
parentab3ad6a9ad119825636153cd521e25c280483340 (diff)
parentc6e1afdea4179e7b2d3dd7f183996586a723f5b0 (diff)
downloadrails-35de9c57ee2cec5a9a573f5bc59b82f1c06259c0.tar.gz
rails-35de9c57ee2cec5a9a573f5bc59b82f1c06259c0.tar.bz2
rails-35de9c57ee2cec5a9a573f5bc59b82f1c06259c0.zip
Merge pull request #32874 from tylerhunt/remove_render_text_docs
Remove reference to old `:text` rendering option
-rw-r--r--actionview/lib/action_view/helpers/rendering_helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionview/lib/action_view/helpers/rendering_helper.rb b/actionview/lib/action_view/helpers/rendering_helper.rb
index 8e505ab054..1e12aa2736 100644
--- a/actionview/lib/action_view/helpers/rendering_helper.rb
+++ b/actionview/lib/action_view/helpers/rendering_helper.rb
@@ -13,7 +13,6 @@ module ActionView
# * <tt>:partial</tt> - See <tt>ActionView::PartialRenderer</tt>.
# * <tt>:file</tt> - Renders an explicit template file (this used to be the old default), add :locals to pass in those.
# * <tt>:inline</tt> - Renders an inline template similar to how it's done in the controller.
- # * <tt>:text</tt> - Renders the text passed in out.
# * <tt>:plain</tt> - Renders the text passed in out. Setting the content
# type as <tt>text/plain</tt>.
# * <tt>:html</tt> - Renders the HTML safe string passed in out, otherwise