Can I have a page in my Ruby on Rails app that doesn't use my application.html.erb template?
- by ben
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?