Search and suggestions backend
This commit is contained in:
@@ -57,5 +57,6 @@ Beathaven::Application.routes.draw do
|
||||
# match ':controller(/:action(/:id(.:format)))'
|
||||
|
||||
match 'artist/autocomplete' => 'artist#autocomplete'
|
||||
match 'artist/search' => 'artist#search'
|
||||
match 'artist/(:name)/' => 'artist#data', :constraints => { :name => /[^\/]*/ }
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user