aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-09-09 07:27:44 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-09-09 07:27:44 +0000
commite3c02d8c66ae3df7a58ba7d76dfc464f26dcff67 (patch)
treebb21f2713880c9f8841094e2fcf270fb5c69596d /actionpack/test/fixtures
parent46110aa689412816d077b1f248a6cdb4d9552eda (diff)
downloadrails-e3c02d8c66ae3df7a58ba7d76dfc464f26dcff67.tar.gz
rails-e3c02d8c66ae3df7a58ba7d76dfc464f26dcff67.tar.bz2
rails-e3c02d8c66ae3df7a58ba7d76dfc464f26dcff67.zip
Fixed that render :partial would fail when :object was a Hash (due to backwards compatibility issues) #2148 [Sam Stephenson]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2160 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/test/fixtures')
-rw-r--r--actionpack/test/fixtures/test/_hash_object.rhtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/test/_hash_object.rhtml b/actionpack/test/fixtures/test/_hash_object.rhtml
new file mode 100644
index 0000000000..037a7368d6
--- /dev/null
+++ b/actionpack/test/fixtures/test/_hash_object.rhtml
@@ -0,0 +1 @@
+<%= hash_object[:first_name] %> \ No newline at end of file