I’m using application.html.erb in the views/layouts folder of my Ruby on Rails web app as a template. But there’s one page in which I don’t want the template to be used. Is this possible?
I’m using application.html.erb in the views/layouts folder of my Ruby on Rails web app
Share
Sure, just do
in the bottom of your action.