My situation: View action of ReportsController should render pure html, but not as a file (to view it in browser and save it after). So for rendering I use view template vie
If you want to get a non-standard template, with no layout you can use:
def non_rest render template: 'layouts/something_new', layout: false end