Hy,
I have a layout in the views/layout that has 2 cols and then in every view i have content_for :main_col and content_for :side_col. The problem is that i have more than 5 views with the same content in the content_for :side_col
You have a better idea on how to do this?thanks
Put it into a partial and render the partial where you need it.
app/views/shared/_sidebar.html.erb
app/views/somewhere/else.html.erb