I have a main layout for all my application and layouts of for sub sections of my application. Each subsection also needs the main layout. So my question is how do you nest layouts? -- Posted via http://www.ruby-forum.com/.
layouts are supposed to be page frameworks(including headers and footers) and only one can be specified per page. You need to render a template containing the elements of the layout that change for each page. Chris wrote:> I have a main layout for all my application and layouts of for sub > sections of my application. Each subsection also needs the main layout. > So my question is how do you nest layouts? >-- -- I do things for love or money