Posts tagged with rails
Today I Learned: Rendering View and Layout in Rails
It’s possible to specify both the view and the layout when calling the render
method in a Rails controller. Most examples of using the render
method (at least that I’ve seen) only show how to specify the view, defaulting to... Read more