Remove 'api plugin' from docs

AbstractController::Rendering is module which defines thie api
This commit is contained in:
Łukasz Strzałkowski 2013-07-11 00:11:33 +02:00
parent 8e3413d410
commit 8b8111aeea

@ -94,7 +94,6 @@ def render_to_string(*args, &block)
end
# Raw rendering of a template.
# :api: plugin
def render_to_body(options = {})
_process_options(options)
_render_template(options)
@ -136,7 +135,6 @@ def _normalize_render(*args, &block)
# Normalize args by converting render "foo" to render :action => "foo" and
# render "foo/bar" to render :file => "foo/bar".
# :api: plugin
def _normalize_args(action=nil, options={})
options = super(action, options)
case action
@ -155,7 +153,6 @@ def _normalize_args(action=nil, options={})
end
# Normalize options.
# :api: plugin
def _normalize_options(options)
options = super(options)
if options[:partial] == true