aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 2ed6e8d..353d0b8 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -8,10 +8,8 @@ Rails.application.routes.draw do
match ':id/comments', :to => 'posts#comment', :as => 'blog_post_blog_comments'
get 'archive/:year(/:month)', :to => 'posts#archive', :as => 'archive_blog_posts'
get 'tagged/:tag_id(/:tag_name)' => 'posts#tagged', :as => 'tagged_posts'
- end
- scope(:path => 'refinery', :as => 'refinery_admin', :module => 'admin') do
- scope(:path => 'blog', :as => 'blog', :module => 'blog') do
+ scope(:path => 'refinery', :as => 'refinery_admin', :module => 'admin') do
root :to => 'posts#index'
resources :posts do
collection do