aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/new_base/render_plain_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Introduce `render :plain` for render plain textPrem Sichanugrist2014-02-181-0/+168
This is as an option to render content with a content type of `text/plain`. This is the preferred option if you are planning to render a plain text content. Please see #12374 for more detail.