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:`. |
||
---|---|---|
.. | ||
actionpack | ||
activerecord | ||
fixtures | ||
lib/controller | ||
template | ||
ujs | ||
abstract_unit.rb | ||
active_record_unit.rb |