From 76998c2885125de4d1c3b44ccef97b8b36e460a3 Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Wed, 1 Feb 2012 18:07:27 +1300 Subject: I accidentally this twice. --- config/routes.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'config') 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" -- cgit v1.2.3