From 4f3bf6cb23991af8fac69b67dc73844f6a92205e Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Fri, 29 Sep 2006 08:04:39 +0000 Subject: Deprecate @cookies git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5205 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- .../test/fixtures/deprecated_instance_variables/_cookies_ivar.rhtml | 1 + 1 file changed, 1 insertion(+) create mode 100644 actionpack/test/fixtures/deprecated_instance_variables/_cookies_ivar.rhtml (limited to 'actionpack/test/fixtures/deprecated_instance_variables/_cookies_ivar.rhtml') diff --git a/actionpack/test/fixtures/deprecated_instance_variables/_cookies_ivar.rhtml b/actionpack/test/fixtures/deprecated_instance_variables/_cookies_ivar.rhtml new file mode 100644 index 0000000000..4e8a2d804c --- /dev/null +++ b/actionpack/test/fixtures/deprecated_instance_variables/_cookies_ivar.rhtml @@ -0,0 +1 @@ +<%= @cookies[:test] %> -- cgit v1.2.3