aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/test/_hash_object.erb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/fixtures/test/_hash_object.erb')
-rw-r--r--actionpack/test/fixtures/test/_hash_object.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/fixtures/test/_hash_object.erb b/actionpack/test/fixtures/test/_hash_object.erb
index 55c03afb27..34a92c6a56 100644
--- a/actionpack/test/fixtures/test/_hash_object.erb
+++ b/actionpack/test/fixtures/test/_hash_object.erb
@@ -1,2 +1,2 @@
<%= hash_object[:first_name] %>
-<%= object[:first_name].reverse %>
+<%= hash_object[:first_name].reverse %>