Froze rails gems
[depot.git] / vendor / rails / actionpack / test / fixtures / test / using_layout_around_block.html.erb
1 <% render(:layout => "layout_for_partial", :locals => { :name => "David" }) do %>Inside from block<% end %>