aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/layouts/render_partial_html.erb
Commit message (Collapse)AuthorAgeFilesLines
* Add Html template handler that wraps Raw output in an OutputBufferSantiago Pastorino2016-01-051-0/+2
This fixes the case when you try to render an html you know safe and the file is named something.html. With this commit the content of the html won't be escaped anymore because AV won't use Raw handler and choose Html handler instead.