From 82be905a7ef002129a043f068141aa48fb5038a3 Mon Sep 17 00:00:00 2001 From: Joe Sak Date: Tue, 28 Jun 2011 09:35:07 -0700 Subject: This should be a slash to further clear up confusion on which param is which --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') 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 -- cgit v1.2.3