aboutsummaryrefslogtreecommitdiffstats
path: root/config/routes.rb
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2013-02-03 17:27:05 +0100
committerHarald Eilertsen <haraldei@anduin.net>2013-02-03 17:27:05 +0100
commit35ea91f88f692893638d1fc33965d9cbec5e2c81 (patch)
tree0c014eb8ea89265405c4b113d163cb75917774aa /config/routes.rb
parentc919e974136bf86ddd7f8e1efd967aff9121488c (diff)
downloadhmnoweb-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.rb2
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.