diff options
author | Josh Kalderimis <josh.kalderimis@gmail.com> | 2011-03-31 18:25:29 +0200 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2011-03-31 18:53:36 +0200 |
commit | b45302d7676a5e38d82662f9068ee6d832ff2e3c (patch) | |
tree | 5b3cef136b674cef822d355ddbaca2c6580304d8 /actionpack/test/fixtures/respond_with | |
parent | 48404a751d7cab1556c390a5915c90947d56b46e (diff) | |
download | rails-b45302d7676a5e38d82662f9068ee6d832ff2e3c.tar.gz rails-b45302d7676a5e38d82662f9068ee6d832ff2e3c.tar.bz2 rails-b45302d7676a5e38d82662f9068ee6d832ff2e3c.zip |
pass respond_with options to controller render when using a template for api navigation
Signed-off-by: José Valim <jose.valim@gmail.com>
Diffstat (limited to 'actionpack/test/fixtures/respond_with')
-rw-r--r-- | actionpack/test/fixtures/respond_with/using_options_with_template.xml.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/respond_with/using_options_with_template.xml.erb b/actionpack/test/fixtures/respond_with/using_options_with_template.xml.erb new file mode 100644 index 0000000000..b313017913 --- /dev/null +++ b/actionpack/test/fixtures/respond_with/using_options_with_template.xml.erb @@ -0,0 +1 @@ +<customer-name><%= @customer.name %></customer-name>
\ No newline at end of file |