According to "Ruby On Rails", the layout call is suppose to be
inherited: (page 508)
Hi Perry,
Please direct usage questions to the rubyonrails-talk list. This list
is exclusively for talking about the development of Rails itself. I'm
sure someone can help you on the other list.
To me it sounded like a bug report. Pedz, you should really try and make a failing test against existing tests in the framework. That will end the guessing game and give us something to work with.
I wondered off and created a test case only to discover that it is not
a bug and now I understand better.
Plus, now I understand how to create a test case.
Part of this was a usage question after all and I also have learned
how to use ri more effective. The output of "ri layout" is quit
small. But "ri ActionController::Layout::ClassMethods" is where all
the good stuff is at.