Commit 3d888bd2edcfe0184b17a759c224df0b358c2edc

Authored by Vasiliy Ermolovich
1 parent c5d5d2d8
Exists in master and in 1 other branch production

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 36 resources :deploys, :only => [:index]
37 37 end
38 38  
39   - devise_for :users
40   -
41 39 root :to => 'apps#index'
42 40  
43 41 end
... ...