Hi,

I got something like this:

_inner_layout.erb.html
<%= yield %>
<%= yield :sidebar %>

index.erb.html
<% render :layout => "inner_layout" do %>
  should be rendered only once
<% end %>

After switching from Rails 2.1 to 2.2 the code above renders "should
be rendered only once" twice. If I add:
<% content_for :sidebar do %>
<% end %>

then everything is ok.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to