aboutsummaryrefslogtreecommitdiffstats
path: root/lib/views/general
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2016-04-04 14:59:27 +0100
committerLouise Crow <louise.crow@gmail.com>2016-04-06 15:42:42 +0100
commit4bd2c48f7f1f75d71b3eaed73e3893a2b42b0fee (patch)
tree88c6e500c615312a3dc2fc988d071a53064a71ec /lib/views/general
parentc596594a6907ea478a3f62a6adfa8688d60412a2 (diff)
Make code customization commented out examples.
Rather than having them be live code.
Diffstat (limited to 'lib/views/general')
-rw-r--r--lib/views/general/mycontroller.html.erb7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/views/general/mycontroller.html.erb b/lib/views/general/mycontroller.html.erb
deleted file mode 100644
index ad642d3..0000000
--- a/lib/views/general/mycontroller.html.erb
+++ /dev/null
@@ -1,7 +0,0 @@
-<% @title = "My new controller" %>
-
-<h1>My new controller</h1>
-
-<p>This is a view of a controller that does almost nothing, except output the words <code><%= @say_something %></code></p>
-
-