I accidentally this twice.

This commit is contained in:
Philip Arndt 2012-02-01 18:07:27 +13:00
parent 33bfa4dd23
commit 76998c2885

View file

@ -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"