Oh... I gotta remove the controller''s default layout file from
views/layouts.
If all my controllers use the same layout file, is it best to include
a layout directive in each controller, or have one file called
application.rhtml and remove all the controllers'' layout files?
Thanks,
Joe
On 7/16/05, Joe Van Dyk
<joevandyk-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:> If I have a layout file in /app/views/layouts/application.rhtml, all
> my controllers should use it by default, right?
>
> They don''t appear to be doing so, using Rails 0.13.1. Is it just
me?
>
> Thanks,
> Joe
>