aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2012-02-01 18:07:27 +1300
committerPhilip Arndt <parndt@gmail.com>2012-02-01 18:07:27 +1300
commit76998c2885125de4d1c3b44ccef97b8b36e460a3 (patch)
treea64eeeeea396b634e2ca9b565505d3a87c180369 /config
parent33bfa4dd231e4042456b3a70059c9cf57af858cf (diff)
downloadrefinerycms-blog-76998c2885125de4d1c3b44ccef97b8b36e460a3.tar.gz
refinerycms-blog-76998c2885125de4d1c3b44ccef97b8b36e460a3.tar.bz2
refinerycms-blog-76998c2885125de4d1c3b44ccef97b8b36e460a3.zip
I accidentally this twice.
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb3
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"