diff options
Diffstat (limited to 'actionpack/examples/views/template.html.erb')
-rw-r--r-- | actionpack/examples/views/template.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/examples/views/template.html.erb b/actionpack/examples/views/template.html.erb new file mode 100644 index 0000000000..3108e9ad70 --- /dev/null +++ b/actionpack/examples/views/template.html.erb @@ -0,0 +1 @@ +Hello <%= @name %>
\ No newline at end of file |