From 60d6f255177af3ca93721abb8551c8585fc8c67d Mon Sep 17 00:00:00 2001 From: Luke Melia Date: Tue, 18 Nov 2008 15:16:43 -0600 Subject: Fix rendering html partial via inline render when with :js format [#1399 state:resolved] Signed-off-by: Joshua Peek --- actionpack/test/fixtures/test/_partial_with_only_html_version.html.erb | 1 + 1 file changed, 1 insertion(+) create mode 100644 actionpack/test/fixtures/test/_partial_with_only_html_version.html.erb (limited to 'actionpack/test/fixtures') diff --git a/actionpack/test/fixtures/test/_partial_with_only_html_version.html.erb b/actionpack/test/fixtures/test/_partial_with_only_html_version.html.erb new file mode 100644 index 0000000000..00e6b6d6da --- /dev/null +++ b/actionpack/test/fixtures/test/_partial_with_only_html_version.html.erb @@ -0,0 +1 @@ +partial with only html version \ No newline at end of file -- cgit v1.2.3