Skip to content

Commit

Permalink
removed useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jipiboily committed Mar 29, 2012
1 parent 1f3ef2d commit 558af32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/routes.rb
Expand Up @@ -4,7 +4,6 @@

namespace :admin do
get "/" => "posts#index", as: "" # responds to admin_url and admin_path
# get "/" => "admin#index", as: "" # responds to admin_url and admin_path
get "logout" => "sessions#destroy"
get "login" => "sessions#new"
resources :sessions
Expand Down

0 comments on commit 558af32

Please sign in to comment.