I have a rails app and I want to render an action without using my application layout (which has page header / footer stuff in it).
How could I go about doing this?
|
I have a rails app and I want to render an action without using my application layout (which has page header / footer stuff in it). How could I go about doing this? |
|||
|
|
|
Here's some documentation about it: http://guides.rubyonrails.org/layouts_and_rendering.html For your question:
or
|
|||||||||
|