From 6fb8772474017a3822140cf4e82507b162335ece Mon Sep 17 00:00:00 2001 From: Coleman Date: Sat, 11 Oct 2008 17:36:46 -0500 Subject: [PATCH] add new method --- app/controllers/home.rb | 4 ++++ 1 file changed, 4 insertions(+) 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