add new method

master
Coleman 2008-10-11 17:36:46 -05:00
parent 9d0f796b75
commit 6fb8772474
1 changed files with 4 additions and 0 deletions

View File

@ -10,4 +10,8 @@ class Home < Application
def hall_of_fame
render
end
def disclaimer
render
end
end