From 8b86259beadd18a949669ac83c0e2b647288c06d Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Mon, 20 Feb 2012 16:48:43 -0200 Subject: Use the right format when a partial is missing. Closes #5025 --- actionpack/test/fixtures/with_format.json.erb | 1 + 1 file changed, 1 insertion(+) create mode 100644 actionpack/test/fixtures/with_format.json.erb (limited to 'actionpack/test/fixtures') diff --git a/actionpack/test/fixtures/with_format.json.erb b/actionpack/test/fixtures/with_format.json.erb new file mode 100644 index 0000000000..a7f480ab1d --- /dev/null +++ b/actionpack/test/fixtures/with_format.json.erb @@ -0,0 +1 @@ +<%= render :partial => 'missing', :formats => [:json] %> -- cgit v1.2.3