diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2013-02-03 17:44:00 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2013-02-03 17:44:00 +0100 |
commit | f28dee24fa9d54f8862f3963a091969333fd9725 (patch) | |
tree | 24add7242e5f62652fec212a5b3ba3f5d5e0f0b3 | |
parent | 35ea91f88f692893638d1fc33965d9cbec5e2c81 (diff) | |
download | hmnoweb-f28dee24fa9d54f8862f3963a091969333fd9725.tar.gz hmnoweb-f28dee24fa9d54f8862f3963a091969333fd9725.tar.bz2 hmnoweb-f28dee24fa9d54f8862f3963a091969333fd9725.zip |
Use correct app name in config.ru.
-rw-r--r-- | config.ru | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |