diff --git a/app/controllers/about_controller.rb b/app/controllers/about_controller.rb deleted file mode 100644 index db201bc..0000000 --- a/app/controllers/about_controller.rb +++ /dev/null @@ -1,4 +0,0 @@ -class AboutController < ApplicationController - def show - end -end \ No newline at end of file diff --git a/app/controllers/faq_controller.rb b/app/controllers/faq_controller.rb deleted file mode 100644 index 3f04ca1..0000000 --- a/app/controllers/faq_controller.rb +++ /dev/null @@ -1,4 +0,0 @@ -class FaqController < ApplicationController - def show - end -end \ No newline at end of file diff --git a/app/controllers/pages_controller.rb b/app/controllers/pages_controller.rb index 41caeae..c74e063 100644 --- a/app/controllers/pages_controller.rb +++ b/app/controllers/pages_controller.rb @@ -5,4 +5,11 @@ def home #not sure if this is what we want anymore in-terms of user experience - Josh end + def about + end + + def faq + end + + end \ No newline at end of file