diff --git a/app/controllers/home.rb b/app/controllers/home.rb index 8eeec23..028f685 100644 --- a/app/controllers/home.rb +++ b/app/controllers/home.rb @@ -10,4 +10,8 @@ class Home < Application def hall_of_fame render end + + def disclaimer + render + end end