diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/routes.rb b/config/routes.rb index 62fac89..3ee7dd8 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -9,9 +9,6 @@ Refinery::Core::Engine.routes.draw do get 'archive/:year(/:month)', :to => 'posts#archive', :as => 'archive_posts' get 'tagged/:tag_id(/:tag_name)' => 'posts#tagged', :as => 'tagged_posts' - end - - namespace :blog, :path => '' do namespace :admin, :path => 'refinery' do scope :path => 'blog' do root :to => "posts#index" |