config/routes.rb in comfypress-0.1.3 vs config/routes.rb in comfypress-0.1.4

- old
+ new

@@ -1,10 +1,10 @@ defined?(ComfyPress::Application) && ComfyPress::Application.routes.draw do ComfyPress::Routing.admin(:path => '/cms-admin') # Make sure this routeset is defined last - ComfyPress::Routing.content(:path => '/', :sitemap => false) + ComfyPress::Routing.content(:path => '/index-cms', :sitemap => false) ComfyPress::Routing.admin ComfyPress::Routing.content :sitemap => true end