From 34dee39c849649e94243b7bd73f86406c8a7f27a Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Tue, 19 Mar 2013 15:02:03 +0000 Subject: [PATCH] Set root URL to layers index --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 288e017..cdc93fe 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -68,7 +68,7 @@ Apollo::Application.routes.draw do # You can have the root of your site routed with "root" # just remember to delete public/index.html. - root :to => 'feeds#index' + root :to => 'layers#index' # See how all your routes lay out with "rake routes"