diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2013-02-03 17:27:05 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2013-02-03 17:27:05 +0100 |
commit | 35ea91f88f692893638d1fc33965d9cbec5e2c81 (patch) | |
tree | 0c014eb8ea89265405c4b113d163cb75917774aa /config/routes.rb | |
parent | c919e974136bf86ddd7f8e1efd967aff9121488c (diff) | |
download | hmnoweb-35ea91f88f692893638d1fc33965d9cbec5e2c81.tar.gz hmnoweb-35ea91f88f692893638d1fc33965d9cbec5e2c81.tar.bz2 hmnoweb-35ea91f88f692893638d1fc33965d9cbec5e2c81.zip |
Turn into a neutral base for starting off new apps.
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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. |