From d15d15b2c236a556f89536961adf2de7f1fd04dc Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Fri, 29 Sep 2006 08:26:45 +0000 Subject: Deprecate @response git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5207 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- .../test/fixtures/deprecated_instance_variables/_response_ivar.rhtml | 1 + .../test/fixtures/deprecated_instance_variables/_response_method.rhtml | 1 + 2 files changed, 2 insertions(+) create mode 100644 actionpack/test/fixtures/deprecated_instance_variables/_response_ivar.rhtml create mode 100644 actionpack/test/fixtures/deprecated_instance_variables/_response_method.rhtml (limited to 'actionpack/test/fixtures') diff --git a/actionpack/test/fixtures/deprecated_instance_variables/_response_ivar.rhtml b/actionpack/test/fixtures/deprecated_instance_variables/_response_ivar.rhtml new file mode 100644 index 0000000000..2f12d2ce32 --- /dev/null +++ b/actionpack/test/fixtures/deprecated_instance_variables/_response_ivar.rhtml @@ -0,0 +1 @@ +<%= @response.body %> diff --git a/actionpack/test/fixtures/deprecated_instance_variables/_response_method.rhtml b/actionpack/test/fixtures/deprecated_instance_variables/_response_method.rhtml new file mode 100644 index 0000000000..948c75929a --- /dev/null +++ b/actionpack/test/fixtures/deprecated_instance_variables/_response_method.rhtml @@ -0,0 +1 @@ +<%= response.body %> -- cgit v1.2.3