Skip to content

Commit f85bbed

Browse files
committed
update rendering comment
[skip ci]
1 parent 68c76c6 commit f85bbed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionpack/lib/abstract_controller/rendering.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def _normalize_render(*args, &block)
139139
end
140140

141141
# Normalize args by converting render "foo" to render :action => "foo" and
142-
# render "foo/bar" to render :file => "foo/bar".
142+
# render "foo/bar" to render :app_template_file => "foo/bar".
143143
# :api: plugin
144144
def _normalize_args(action=nil, options={})
145145
case action

0 commit comments

Comments
 (0)