Skip to content

Commit

Permalink
changed root to user#index
Browse files Browse the repository at this point in the history
  • Loading branch information
sunwooz committed May 22, 2012
1 parent 1ae458e commit 680bdc8
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 @@ -2,7 +2,7 @@
get "log_out" => "sessions#destroy", :as => "log_out"
get "log_in" => "sessions#new", :as => "log_in"
get "sign_up" => "users#new", :as => "sign_up"
root :to => "sessions#new"
root :to => "users#index"
resources :users do
resources :microposts
end
Expand Down

0 comments on commit 680bdc8

Please sign in to comment.