aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-10-25 21:32:01 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-10-25 21:32:01 +0000
commit4d2ae8a69914217d992ed1a7e06a5d18074ae622 (patch)
treeae0f6eed499ef3d6f5ec91092d3f8ddc34a98bf2 /actionpack/test/fixtures
parentcb1aab05528b98fb534c400b1dbe09a540a4436c (diff)
downloadrails-4d2ae8a69914217d992ed1a7e06a5d18074ae622.tar.gz
rails-4d2ae8a69914217d992ed1a7e06a5d18074ae622.tar.bz2
rails-4d2ae8a69914217d992ed1a7e06a5d18074ae622.zip
Partials also set 'object' to the default partial variable. Closes #8823.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8018 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/test/fixtures')
-rw-r--r--actionpack/test/fixtures/test/_hash_object.erb3
1 files changed, 2 insertions, 1 deletions
diff --git a/actionpack/test/fixtures/test/_hash_object.erb b/actionpack/test/fixtures/test/_hash_object.erb
index 037a7368d6..55c03afb27 100644
--- a/actionpack/test/fixtures/test/_hash_object.erb
+++ b/actionpack/test/fixtures/test/_hash_object.erb
@@ -1 +1,2 @@
-<%= hash_object[:first_name] %> \ No newline at end of file
+<%= hash_object[:first_name] %>
+<%= object[:first_name].reverse %>