aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJoe Sak <joe@joesak.com>2011-06-28 09:35:07 -0700
committerJoe Sak <joe@joesak.com>2011-06-28 09:35:07 -0700
commit82be905a7ef002129a043f068141aa48fb5038a3 (patch)
tree0b811636e8d8ff330c2d63340b8d4d8142f61ada /config
parentbbfc87e4d999d9b94c3e301d638d97f5b21a223b (diff)
downloadrefinerycms-blog-82be905a7ef002129a043f068141aa48fb5038a3.tar.gz
refinerycms-blog-82be905a7ef002129a043f068141aa48fb5038a3.tar.bz2
refinerycms-blog-82be905a7ef002129a043f068141aa48fb5038a3.zip
This should be a slash to further clear up confusion on which param is which
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 5eb899a..b07fe05 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -6,7 +6,7 @@
match 'categories/:id', :to => 'categories#show', :as => 'blog_category'
match ':id/comments', :to => 'posts#comment', :as => 'blog_post_blog_comments'
get 'archive/:year(/:month)', :to => 'posts#archive', :as => 'archive_blog_posts'
- get 'tagged/:tag_id-:tag_name' => 'posts#tagged', :as => 'tagged_posts'
+ get 'tagged/:tag_id/:tag_name' => 'posts#tagged', :as => 'tagged_posts'
end
scope(:path => 'refinery', :as => 'admin', :module => 'admin') do