aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJoe Sak <joe@joesak.com>2011-06-21 23:09:18 -0500
committerJoe Sak <joe@joesak.com>2011-06-21 23:09:18 -0500
commit39a5167c20e82f41b32de1814227a4fec42428d6 (patch)
tree36dadbc0c92c214b2732d7501ea8f3e752dd7c40 /config
parent074f8cf67b96e69528c46de1449dc5f4a6ef473a (diff)
downloadrefinerycms-blog-39a5167c20e82f41b32de1814227a4fec42428d6.tar.gz
refinerycms-blog-39a5167c20e82f41b32de1814227a4fec42428d6.tar.bz2
refinerycms-blog-39a5167c20e82f41b32de1814227a4fec42428d6.zip
tag url strategy updated
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 4deeb4e..5eb899a 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_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