From c6e1afdea4179e7b2d3dd7f183996586a723f5b0 Mon Sep 17 00:00:00 2001 From: Tyler Hunt Date: Fri, 11 May 2018 14:19:01 -0400 Subject: Remove reference to old `:text` rendering option [ci skip] --- actionview/lib/action_view/helpers/rendering_helper.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'actionview/lib') 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 # * :partial - See ActionView::PartialRenderer. # * :file - Renders an explicit template file (this used to be the old default), add :locals to pass in those. # * :inline - Renders an inline template similar to how it's done in the controller. - # * :text - Renders the text passed in out. # * :plain - Renders the text passed in out. Setting the content # type as text/plain. # * :html - Renders the HTML safe string passed in out, otherwise -- cgit v1.2.3