Commit 3d888bd2edcfe0184b17a759c224df0b358c2edc
1 parent
c5d5d2d8
Exists in
master
and in
1 other branch
remove duplicated devesi_for call
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
config/routes.rb
| @@ -36,8 +36,6 @@ Errbit::Application.routes.draw do | @@ -36,8 +36,6 @@ Errbit::Application.routes.draw do | ||
| 36 | resources :deploys, :only => [:index] | 36 | resources :deploys, :only => [:index] |
| 37 | end | 37 | end |
| 38 | 38 | ||
| 39 | - devise_for :users | ||
| 40 | - | ||
| 41 | root :to => 'apps#index' | 39 | root :to => 'apps#index' |
| 42 | 40 | ||
| 43 | end | 41 | end |