From 18ac9de90d6db7c1f812634b20b935c4cb756a4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Climj9803Git=20config=20--global=20useer=2Eemail?= =?UTF-8?q?=20=E2=80=9Climj=5F9803=40163=2Ecom?= Date: Wed, 14 Aug 2019 15:49:01 +0800 Subject: [PATCH] add controller user --- config/routes.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/routes.rb b/config/routes.rb index cd79256..d4c3003 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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