This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
2008-10-01 02:19:35 -04:00
|
|
|
class Home < Application
|
|
|
|
def index
|
|
|
|
render
|
|
|
|
end
|
|
|
|
|
|
|
|
def acceptable_use
|
|
|
|
render
|
|
|
|
end
|
2008-10-11 04:22:58 -04:00
|
|
|
|
|
|
|
def hall_of_fame
|
|
|
|
render
|
|
|
|
end
|
2008-10-01 02:19:35 -04:00
|
|
|
end
|