Commit 030effaa

mo k <m@mokhan.ca>
2012-02-08 04:36:46
redirect to my creations when signing in.
1 parent e625107
Changed files (1)
config/routes.rb
@@ -21,6 +21,7 @@ Cake::Application.routes.draw do
   get "profiles/mine"
   get "profiles/favorites"
   match 'profiles/show/:id' => 'profiles#show', :as => 'profile', :method => 'GET'
+  match 'profiles/mine' => 'profiles#mine', :as => 'user_root', :method => 'GET'
 
   # /search
   get "search/index"