Fix AC/DC, Panic At The Disco bugs

This commit is contained in:
magnolia-fan
2011-11-24 02:12:15 +04:00
parent 83dd697fb9
commit 3205af0be6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -17,5 +17,5 @@ Beathaven::Application.routes.draw do
match 'settings' => 'user#settings'
match 'artist/autocomplete' => 'last_fm#autocomplete'
match 'artist/(:name)/' => 'artist#data', :constraints => { :name => /[^\/]*/ }
match 'artist/(:name)' => 'artist#data', :constraints => { :name => /.*/ }
end