ruby on rails how to render a page without layout and other head field August 29, 2023 by Tarik You can do it like this: format.html { render "tabelle/show", :layout => false }