aboutsummaryrefslogtreecommitdiffstats
path: root/config/routes.rb
diff options
context:
space:
mode:
authorJ. Edward Dewyea <jed@commuterdesign.com>2010-11-20 15:42:13 -0500
committerJ. Edward Dewyea <jed@commuterdesign.com>2010-11-20 15:42:13 -0500
commitb663684114f5c56122ef4f74474d094d5399fd13 (patch)
treef3541a7ddb63580ff94317247e79ded6b0022ebf /config/routes.rb
parentaec8d69e3b831ed489a5284c0487171331b316a2 (diff)
downloadrefinerycms-blog-b663684114f5c56122ef4f74474d094d5399fd13.tar.gz
refinerycms-blog-b663684114f5c56122ef4f74474d094d5399fd13.tar.bz2
refinerycms-blog-b663684114f5c56122ef4f74474d094d5399fd13.zip
remove unnecessary prefix
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 1426f75..ea3c3bc 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -45,7 +45,7 @@ else
end
scope(:path => 'refinery', :as => 'admin', :module => 'admin') do
- scope(:path => 'blog', :as => 'admin_blog', :module => 'blog') do
+ scope(:path => 'blog', :as => 'blog', :module => 'blog') do
root :to => 'posts#index'
resources :posts