aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/examples/views/template.html.erb
diff options
context:
space:
mode:
authorYehuda Katz <wycats@gmail.com>2009-07-19 23:24:19 +0900
committerYehuda Katz <wycats@gmail.com>2009-07-19 23:24:19 +0900
commit45d41d8012c605f21de51e7018fa31e1d07776eb (patch)
tree21afefe5df997ee6abd3a62c0db4185bd7968bb6 /actionpack/examples/views/template.html.erb
parentb20d68446d2fe98d129385a17a3a4cdacd4b5025 (diff)
downloadrails-45d41d8012c605f21de51e7018fa31e1d07776eb.tar.gz
rails-45d41d8012c605f21de51e7018fa31e1d07776eb.tar.bz2
rails-45d41d8012c605f21de51e7018fa31e1d07776eb.zip
Add some simple examples for unconventional AMo and AP use
Diffstat (limited to 'actionpack/examples/views/template.html.erb')
-rw-r--r--actionpack/examples/views/template.html.erb1
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