Skip to content

Commit

Permalink
Merge pull request #32874 from tylerhunt/remove_render_text_docs
Browse files Browse the repository at this point in the history
Remove reference to old `:text` rendering option
  • Loading branch information
eileencodes committed May 12, 2018
1 parent 0b29d01 commit 9f74919
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion actionview/lib/action_view/helpers/rendering_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ module RenderingHelper
# * <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
Expand Down

0 comments on commit 9f74919

Please sign in to comment.