diff options
Diffstat (limited to 'actionpack/examples/views/hashes/_hash.erb')
-rw-r--r-- | actionpack/examples/views/hashes/_hash.erb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/actionpack/examples/views/hashes/_hash.erb b/actionpack/examples/views/hashes/_hash.erb new file mode 100644 index 0000000000..c100a290bd --- /dev/null +++ b/actionpack/examples/views/hashes/_hash.erb @@ -0,0 +1,3 @@ +<%= hash[:name] %> +<%= hash[:address] %> +<%= omg %>
\ No newline at end of file |