Froze rails gems
[depot.git] / vendor / rails / actionpack / test / fixtures / test / using_layout_around_block_with_args.html.erb
1 <% render(:layout => "layout_for_block_with_args") do |*args| %><%= args.join %><% end %>