aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/routes.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 8664468..73d4a11 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -11,7 +11,9 @@ Refinery::Application.routes.draw do
scope(:path => 'refinery', :as => 'admin', :module => 'admin') do
scope(:path => 'blog', :as => 'blog', :module => 'blog') do
root :to => 'posts#index'
- resources :posts
+ resources :posts do
+ get 'uncategorized', :on => :collection
+ end
resources :categories