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