From 19433ce8701d9ff2b311d0a2ec98be366ce461ea Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Tue, 21 Feb 2012 23:55:56 -0200 Subject: format lookup for partials is derived from the format in which the template is being rendered Closes #5025 part 2 --- actionpack/test/fixtures/test/one.html.erb | 1 + 1 file changed, 1 insertion(+) create mode 100644 actionpack/test/fixtures/test/one.html.erb (limited to 'actionpack/test/fixtures') diff --git a/actionpack/test/fixtures/test/one.html.erb b/actionpack/test/fixtures/test/one.html.erb new file mode 100644 index 0000000000..0151874809 --- /dev/null +++ b/actionpack/test/fixtures/test/one.html.erb @@ -0,0 +1 @@ +<%= render :partial => "test/two" %> world \ No newline at end of file -- cgit v1.2.3