diff options
author | Louise Crow <louise.crow@gmail.com> | 2016-04-26 11:39:52 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2016-04-26 11:39:52 +0100 |
commit | c7ea96ca87e6a4293247c47b7e4991477de56967 (patch) | |
tree | 7eb1ddca092342f245b1a877764085ad04603b89 /lib/views/general | |
parent | c596594a6907ea478a3f62a6adfa8688d60412a2 (diff) | |
parent | 62b5ac9fab138f17bfe8cfa7654af75ca341f55b (diff) |
Merge branch 'remove-examples'
Diffstat (limited to 'lib/views/general')
-rw-r--r-- | lib/views/general/mycontroller.html.erb | 7 |
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> - - |