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