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
+3 -1
View File
@@ -6,6 +6,8 @@ Redstoner::Application.configure do
# since you don't have to restart the web server when you make code changes.
config.cache_classes = false
config.action_controller.perform_caching = true
# Log error messages when you accidentally call methods on nil.
config.whiny_nils = true
@@ -43,4 +45,4 @@ Redstoner::Application.configure do
password: ENV["GMAIL_PASSWORD"],
}
end
end