diff --git a/app/controllers/home_controller.rb b/app/controllers/home_controller.rb index 95f2992..1e27cac 100644 --- a/app/controllers/home_controller.rb +++ b/app/controllers/home_controller.rb @@ -1,4 +1,8 @@ class HomeController < ApplicationController def index end + + def about + end + end diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index 3b9a5db..f5dfd1b 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -1,2 +1,4 @@
Find me in app/views/home/index.html.erb
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 532e07c..8e191ec 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -1,16 +1,21 @@ - - + + -