Ajax improvements, js reorganized

This commit is contained in:
magnolia-fan
2011-06-16 03:06:46 +04:00
parent 3858267585
commit 4a3abb6991
22 changed files with 117 additions and 95 deletions
+1 -1
View File
@@ -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