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