Autocomplete, error pages, anchors, lots morrrr

This commit is contained in:
magnolia-fan
2011-06-15 08:38:29 +04:00
parent 5140ebfe92
commit 67e8af4f2f
13 changed files with 613 additions and 41 deletions
+1
View File
@@ -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