Autocomplete, error pages, anchors, lots morrrr
This commit is contained in:
@@ -56,5 +56,6 @@ Beathaven::Application.routes.draw do
|
||||
# Note: This route will make all actions in every controller accessible via GET requests.
|
||||
# match ':controller(/:action(/:id(.:format)))'
|
||||
|
||||
match 'artist/autocomplete' => 'artist#autocomplete'
|
||||
match 'artist(/:name)' => 'artist#data'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user