Re: [Rails] specifying 2 different layouts in controller

2009-11-23 Thread Craig White
On Mon, 2009-11-23 at 18:09 -0800, eggie5 wrote: > layout "reports", :except => [:statistics] > layout "stat_report", :only => [:statistics] > > I want to specify the use of 2 different layout in my controller but > the above syntax doesn't work? How can I do this? 어떻게 하죠? keep the first, d

[Rails] specifying 2 different layouts in controller

2009-11-23 Thread eggie5
layout "reports", :except => [:statistics] layout "stat_report", :only => [:statistics] I want to specify the use of 2 different layout in my controller but the above syntax doesn't work? How can I do this? 어떻게 하죠? -- You received this message because you are subscribed to the Google Groups