add controller user

This commit is contained in:
parent 8a1cdc2537
commit 18ac9de90d
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
Rails.application.routes.draw do
get 'users/new'
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
root 'application#hello'
end