Hi folks
Is there any way to change / restrict the application layout for certain
views?
For example, I don't want to render the header for a certain view, is
there any code such as:
<% if View != show.html.erb%>
<%= render 'layouts/header' %>
<% end %>
Thanks in advance
Jason
--
Posted via
http://www.ruby-forum.com/.