Saving settings works ok

This commit is contained in:
magnolia-fan
2011-06-22 03:29:18 +04:00
parent 79c34273c8
commit 9531230f6e
8 changed files with 68 additions and 16 deletions
+2
View File
@@ -57,6 +57,8 @@ Beathaven::Application.routes.draw do
# match ':controller(/:action(/:id(.:format)))'
match 'user/auth' => 'user#auth'
match 'user/update' => 'user#update'
match 'artist/autocomplete' => 'artist#autocomplete'
match 'artist/(:name)/' => 'artist#data', :constraints => { :name => /[^\/]*/ }
end