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"