aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/examples/views/my_hashes/_my_hash.erb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/examples/views/my_hashes/_my_hash.erb')
-rw-r--r--actionpack/examples/views/my_hashes/_my_hash.erb3
1 files changed, 3 insertions, 0 deletions
diff --git a/actionpack/examples/views/my_hashes/_my_hash.erb b/actionpack/examples/views/my_hashes/_my_hash.erb
new file mode 100644
index 0000000000..e25d84101a
--- /dev/null
+++ b/actionpack/examples/views/my_hashes/_my_hash.erb
@@ -0,0 +1,3 @@
+<%= my_hash[:name] %>
+<%= my_hash[:address] %>
+<%= omg %> \ No newline at end of file