From: Philip Hallstrom Date: 2006-05-27T08:38:04+09:00 Subject: Re: Rails - Layouts > I am working through the agile programing ed2 beta book and I have a > question about the example. > It uses to controllers admin and store. > Then it does a page layout for store. > > How can I have one page layout for all controllers? > > For instance the admin side and the store side of the site would still > visually have the same template elements. Same Navigation, same overall > appearance. Create app/views/layouts/application.rhtml -philip