#1866: Normalize urls in artist finder

This commit is contained in:
Toks
2013-12-25 12:43:54 -05:00
parent 8055a7c64b
commit 3a9a6c6658
4 changed files with 23 additions and 2 deletions

View File

@@ -68,6 +68,7 @@ Danbooru::Application.routes.draw do
collection do
get :show_or_new
get :banned
get :finder
end
end
resources :artist_versions, :only => [:index] do