From 8642c2aadc94b6763290711384c265289b02faaa Mon Sep 17 00:00:00 2001 From: BlueHotDog Date: Fri, 30 Aug 2013 12:53:03 +0300 Subject: Fixing repond_with working directly on the options hash This fixes an issue where the respond_with worked directly with the given options hash, so that if a user relied on it after calling respond_with, the hash wouldn't be the same. Fixes #12029 --- .../test/fixtures/respond_with/respond_with_additional_params.html.erb | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 actionpack/test/fixtures/respond_with/respond_with_additional_params.html.erb (limited to 'actionpack/test/fixtures') diff --git a/actionpack/test/fixtures/respond_with/respond_with_additional_params.html.erb b/actionpack/test/fixtures/respond_with/respond_with_additional_params.html.erb new file mode 100644 index 0000000000..e69de29bb2 -- cgit v1.2.3