mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #32874 from tylerhunt/remove_render_text_docs
Remove reference to old `:text` rendering option
This commit is contained in:
commit
35de9c57ee
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ module ActionView
|
||||||
# * <tt>:partial</tt> - See <tt>ActionView::PartialRenderer</tt>.
|
# * <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>: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>: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
|
# * <tt>:plain</tt> - Renders the text passed in out. Setting the content
|
||||||
# type as <tt>text/plain</tt>.
|
# type as <tt>text/plain</tt>.
|
||||||
# * <tt>:html</tt> - Renders the HTML safe string passed in out, otherwise
|
# * <tt>:html</tt> - Renders the HTML safe string passed in out, otherwise
|
||||||
|
|
Loading…
Reference in a new issue