Skip to content

Commit e633456

Browse files
committed
conform to app generated by version 1.4.10 of rails_apps_composer
1 parent 4bf53ff commit e633456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/routes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
root :to => 'home#index'
44
end
55
devise_for :users
6-
resources :users, :only => :show
6+
resources :users, :only => [:show, :index]
77
constraints(Subdomain) do
88
match '/' => 'profiles#show'
99
end

0 commit comments

Comments
 (0)