aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/erb/controller/templates/view.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/lib/rails/generators/erb/controller/templates/view.html.erb')
-rw-r--r--railties/lib/rails/generators/erb/controller/templates/view.html.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/lib/rails/generators/erb/controller/templates/view.html.erb b/railties/lib/rails/generators/erb/controller/templates/view.html.erb
new file mode 100644
index 0000000000..cd54d13d83
--- /dev/null
+++ b/railties/lib/rails/generators/erb/controller/templates/view.html.erb
@@ -0,0 +1,2 @@
+<h1><%= class_name %>#<%= @action %></h1>
+<p>Find me in <%= @path %></p>