From f28dee24fa9d54f8862f3963a091969333fd9725 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 3 Feb 2013 17:44:00 +0100 Subject: Use correct app name in config.ru. --- config.ru | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.ru') 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 -- cgit v1.2.3