summaryrefslogtreecommitdiff
path: root/config.ru
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2014-05-02 01:47:35 +0200
committerjomo <github@jomo.tv>2014-05-02 01:47:35 +0200
commit5124bccb904cb205fc213f71ad821e72af3a6123 (patch)
tree2d951cea9db7574ed2cb184bacd87c445f7d3323 /config.ru
parent8c73fcd479c568f68d061ccbde1744a8f6c9c09c (diff)
rename app to Redstoner, session timeout 5 days
Diffstat (limited to 'config.ru')
-rw-r--r--config.ru2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.ru b/config.ru
index 65be88c..87d11b0 100644
--- a/config.ru
+++ b/config.ru
@@ -1,4 +1,4 @@
# This file is used by Rack-based servers to start the application.
require ::File.expand_path('../config/environment', __FILE__)
-run Site::Application
+run Redstoner::Application