Commit 031d69a7

mo k <mo@mokhan.ca>
2012-05-12 14:33:14
add the other profile routes match.
1 parent f2d9aad
Changed files (1)
config/routes.rb
@@ -23,7 +23,7 @@ Cake::Application.routes.draw do
   get "profiles/favorites"
   get "profiles/mine"
   match 'profiles/:id' => 'profiles#show', :as => 'profile', :method => 'GET'
-  #match 'profiles/show/:id' => 'profiles#show', :as => 'profile', :method => 'GET'
+  match 'profiles/show/:id' => 'profiles#show', :as => 'profile', :method => 'GET'
   match 'profiles/mine' => 'profiles#mine', :as => 'profiles_mine', :method => 'GET'
 
   # /artists