diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 1426f75..ea3c3bc 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -45,7 +45,7 @@ else end scope(:path => 'refinery', :as => 'admin', :module => 'admin') do - scope(:path => 'blog', :as => 'admin_blog', :module => 'blog') do + scope(:path => 'blog', :as => 'blog', :module => 'blog') do root :to => 'posts#index' resources :posts |