We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c76c6 commit f85bbedCopy full SHA for f85bbed
actionpack/lib/abstract_controller/rendering.rb
@@ -139,7 +139,7 @@ def _normalize_render(*args, &block)
139
end
140
141
# Normalize args by converting render "foo" to render :action => "foo" and
142
- # render "foo/bar" to render :file => "foo/bar".
+ # render "foo/bar" to render :app_template_file => "foo/bar".
143
# :api: plugin
144
def _normalize_args(action=nil, options={})
145
case action
0 commit comments