config/routes.rb in style-guide-0.0.1 vs config/routes.rb in style-guide-0.1.0

- old
+ new

@@ -1,3 +1,4 @@ StyleGuide::Engine.routes.draw do root :to => "style#index" + resource :style, :path => '', :only => [:index] end