diff --git a/config/routes.rb b/config/routes.rb index 7aed6b3f9..13d7e00d9 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -25,6 +25,8 @@ Rails.application.routes.draw do get 'not_found', to: 'application#not_found', as: 'not_found' # Settings + resources :users, only: :index # needed for testing signup + get 'users/settings/account/preferences', to: 'users/settings/account/preferences#index', as: 'preferences'