Chronicling My Ruby on Rails Journey

Global layout

Posted by: Bob Ngu on: March 26, 2007

My RoR efforts have culminated in JiggyMe, check it out!

Just in case you don’t already know, the way to use a global layout is to place a file called “application.rhtml” in the layout directory. If you have a matching controller layout file, it will override application.rhtml.

Leave a Reply