Fix AC/DC, Panic At The Disco bugs
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user