Skip to content

Commit 56420da

Browse files
Gitignore update
1 parent 9d870f4 commit 56420da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/routes.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Rails.application.routes.draw do
22
resources :users
33
resources :newsletters
4-
root :to => "users#index"
4+
root :to => "home#index"
55

66
# The priority is based upon order of creation: first created -> highest priority.
77
# See how all your routes lay out with "rake routes".

0 commit comments

Comments
 (0)