rails/actionpack/test/fixtures/respond_with
BlueHotDog 8642c2aadc 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
2013-10-09 12:36:26 +03:00
..
edit.html.erb
new.html.erb
respond_with_additional_params.html.erb Fixing repond_with working directly on the options hash 2013-10-09 12:36:26 +03:00
using_invalid_resource_with_template.xml.erb only try to display an api template in responders if the request is a get or there are no errors 2011-03-31 18:53:27 +02:00
using_options_with_template.xml.erb pass respond_with options to controller render when using a template for api navigation 2011-03-31 18:53:36 +02:00
using_resource_with_block.html.erb
using_resource.js.erb Make sure respond_with with :js tries to render a template in all cases 2011-06-30 11:47:36 -03:00