From 35ea91f88f692893638d1fc33965d9cbec5e2c81 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 3 Feb 2013 17:27:05 +0100 Subject: Turn into a neutral base for starting off new apps. --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/routes.rb') diff --git a/config/routes.rb b/config/routes.rb index 86c7a47..2eb025f 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,4 +1,4 @@ -ReligionsfrihetNo::Application.routes.draw do +BetaWebApp::Application.routes.draw do # This line mounts Refinery's routes at the root of your application. # This means, any requests to the root URL of your application will go to Refinery::PagesController#home. -- cgit v1.2.3