diff options
author | BlueHotDog <dannifriedland@gmail.com> | 2013-08-30 12:53:03 +0300 |
---|---|---|
committer | BlueHotDog <dannifriedland@gmail.com> | 2013-10-09 12:36:26 +0300 |
commit | 8642c2aadc94b6763290711384c265289b02faaa (patch) | |
tree | 0dcbcfc75a2d3b40fb08cddd27808e865dfe46e0 /actionpack/test/fixtures | |
parent | 941516dabcc5fd02eb736f457197bd115c85f2fb (diff) | |
download | rails-8642c2aadc94b6763290711384c265289b02faaa.tar.gz rails-8642c2aadc94b6763290711384c265289b02faaa.tar.bz2 rails-8642c2aadc94b6763290711384c265289b02faaa.zip |
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
Diffstat (limited to 'actionpack/test/fixtures')
-rw-r--r-- | actionpack/test/fixtures/respond_with/respond_with_additional_params.html.erb | 0 |
1 files changed, 0 insertions, 0 deletions
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 --- /dev/null +++ b/actionpack/test/fixtures/respond_with/respond_with_additional_params.html.erb |