Auth prototype

This commit is contained in:
magnolia-fan
2011-06-21 03:28:09 +04:00
parent 78cc2d343c
commit 93130968fd
5 changed files with 41 additions and 0 deletions
+1
View File
@@ -56,6 +56,7 @@ 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 'user/auth' => 'user#auth'
match 'artist/autocomplete' => 'artist#autocomplete'
match 'artist/(:name)/' => 'artist#data', :constraints => { :name => /[^\/]*/ }
end