Got it. I had to say: <% content_for :secondary_nav do %> <%= navigation [:crust_types, :toppings] %> <% end %> <%= render "layouts/application" %>
Note that I deleted the word "file" from the last statement which was: <%= render file "layouts/application" %> I have no idea why it works in the other application where I assemble layouts using dynamic headers and footers using the same technique which uses render file instead of just render statements. Another of Rails "hidden" features I suppose? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

