Added Who's Playing? screen

This commit is contained in:
MrYummy
2017-06-18 13:11:36 -04:00
parent a24d26dd7c
commit e7463524af
6 changed files with 32 additions and 3 deletions
+2 -1
View File
@@ -4,10 +4,11 @@ Redstoner::Application.routes.draw do
resources :comments
end
resources :statics, only: [:home, :donate], path: '/' do
resources :statics, only: [:home, :donate, :online], path: '/' do
collection do
get 'donate'
get 'home'
get 'online'
get 'index'
end
end