diff options
Diffstat (limited to 'lib/views/general/mycontroller.html.erb')
-rw-r--r-- | lib/views/general/mycontroller.html.erb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/views/general/mycontroller.html.erb b/lib/views/general/mycontroller.html.erb new file mode 100644 index 0000000..ad642d3 --- /dev/null +++ b/lib/views/general/mycontroller.html.erb @@ -0,0 +1,7 @@ +<% @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> + + |