X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=vendor%2Frails%2Factionpack%2Ftest%2Ffixtures%2Ftest%2Fcalling_partial_with_layout.html.erb;fp=vendor%2Frails%2Factionpack%2Ftest%2Ffixtures%2Ftest%2Fcalling_partial_with_layout.html.erb;h=ac44bc0d81fb6a489820a5b5c84a15fb5b5aabd9;hb=d115f2e23823271635bad69229a42cd8ac68debe;hp=0000000000000000000000000000000000000000;hpb=37cb670bf3ddde90b214e591f100ed4446469484;p=depot.git diff --git a/vendor/rails/actionpack/test/fixtures/test/calling_partial_with_layout.html.erb b/vendor/rails/actionpack/test/fixtures/test/calling_partial_with_layout.html.erb new file mode 100644 index 0000000..ac44bc0 --- /dev/null +++ b/vendor/rails/actionpack/test/fixtures/test/calling_partial_with_layout.html.erb @@ -0,0 +1 @@ +<%= render(:layout => "layout_for_partial", :partial => "partial_for_use_in_layout", :locals => { :name => "David" }) %> \ No newline at end of file