make the tag_name optional for crazy languages
This commit is contained in:
parent
b5727f78e1
commit
7fa3b30509
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue