config/routes.rb in blog_logic-1.4.7 vs config/routes.rb in blog_logic-1.4.8

- old
+ new

@@ -4,10 +4,9 @@ get ':blog_slug/archive', :to => 'blogs#archive' get ':blog_slug/feed', :to => 'blogs#feed', :format => [:rss] get ':blog_slug/search', :to => 'blogs#search', :as => :search_blog get ':blog_slug/topics', :to => 'blog_categories#index', :as => 'blog_categories' get ':blog_slug/topics/*id', :to => 'blog_categories#show', :as => 'blog_category' - get ':blog_slug/:post_slug', :to => 'posts#show' end resources :blogs resources :posts \ No newline at end of file