diff --git a/app/controllers/home_controller.rb b/app/controllers/home_controller.rb index 95f2992..5715adc 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 aa37556..ec002ad 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -1,2 +1,2 @@
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 e77a3bf..2d5bb09 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -1,15 +1,37 @@ - - + + -