Skip to content

Commit

Permalink
add route for login
Browse files Browse the repository at this point in the history
  • Loading branch information
IceskYsl committed Nov 5, 2013
1 parent dcaf4d9 commit 81a3730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
get '/abouts/client' => 'about#client'

get "/search" => "search#index", as: 'search'
get "/u/:login" => "accounts#u", as: 'u'
get "/u/:login" => "accounts#u", :login => /.+/, as: 'u'



Expand Down

0 comments on commit 81a3730

Please sign in to comment.