aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/respond_with/respond_with_additional_params.html.erb
Commit message (Collapse)AuthorAgeFilesLines
* Fixing repond_with working directly on the options hashBlueHotDog2013-10-091-0/+0
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