X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=vendor%2Frails%2Factionpack%2Ftest%2Ffixtures%2Ftest%2Fusing_layout_around_block.html.erb;fp=vendor%2Frails%2Factionpack%2Ftest%2Ffixtures%2Ftest%2Fusing_layout_around_block.html.erb;h=a93fa02c9ceee3666a5ec708263312849d04eed4;hb=437aa336c44c74a30aeea16a06743c32747ed661;hp=0000000000000000000000000000000000000000;hpb=97a0772b06264134cfe38e7494f9427efe0840a0;p=feedcatcher.git diff --git a/vendor/rails/actionpack/test/fixtures/test/using_layout_around_block.html.erb b/vendor/rails/actionpack/test/fixtures/test/using_layout_around_block.html.erb new file mode 100644 index 0000000..a93fa02 --- /dev/null +++ b/vendor/rails/actionpack/test/fixtures/test/using_layout_around_block.html.erb @@ -0,0 +1 @@ +<% render(:layout => "layout_for_partial", :locals => { :name => "David" }) do %>Inside from block<% end %> \ No newline at end of file