aboutsummaryrefslogtreecommitdiffstats
path: root/config.ru
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2013-02-03 17:44:00 +0100
committerHarald Eilertsen <haraldei@anduin.net>2013-02-03 17:44:00 +0100
commitf28dee24fa9d54f8862f3963a091969333fd9725 (patch)
tree24add7242e5f62652fec212a5b3ba3f5d5e0f0b3 /config.ru
parent35ea91f88f692893638d1fc33965d9cbec5e2c81 (diff)
downloadhmnoweb-f28dee24fa9d54f8862f3963a091969333fd9725.tar.gz
hmnoweb-f28dee24fa9d54f8862f3963a091969333fd9725.tar.bz2
hmnoweb-f28dee24fa9d54f8862f3963a091969333fd9725.zip
Use correct app name in config.ru.
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 4209e7e..41f267b 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 ReligionsfrihetNo::Application
+run BetaWebApp::Application