mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
f35631d466
Many tests were using `render file:`, but were only testing the behaviour of `render template:` (file: just allows more paths/ is less secure then template:). The reason for so many `render file:` is probably that they were the old default. This commit replaces `render file:` with `render template:` anywhere the test wasn't specifically interested in using `render file:`. |
||
---|---|---|
.. | ||
bad_customers | ||
customers | ||
fun/games | ||
good_customers | ||
layout_tests | ||
layouts | ||
quiz/questions | ||
test | ||
hello.html | ||
shared.html.erb |