File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
actionview/lib/action_view/helpers Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -76,11 +76,11 @@ class UncacheableFragmentError < StandardError; end
76
76
# render 'comments/comments'
77
77
# render('comments/comments')
78
78
#
79
- # render "header" translates to render("comments/header")
79
+ # render "header" # translates to render("comments/header")
80
80
#
81
- # render(@topic) translates to render("topics/topic")
82
- # render(topics) translates to render("topics/topic")
83
- # render(message.topics) translates to render("topics/topic")
81
+ # render(@topic) # translates to render("topics/topic")
82
+ # render(topics) # translates to render("topics/topic")
83
+ # render(message.topics) # translates to render("topics/topic")
84
84
#
85
85
# It's not possible to derive all render calls like that, though.
86
86
# Here are a few examples of things that can't be derived:
You can’t perform that action at this time.
0 commit comments