Yield load views

Hello. My question is, I have in one determined view:

<%= yield :sidebar %>

Yield have load one view is content:

<% content_for :sidebar %>

But I have in my project others views with <% content_for :sidebar %>.

I would like know which yield call ?

Thank you.

Hi,

Please could you send this question to rubyonrails-talk?