mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-05 22:44:22 +08:00
Merge pull request #759 from ZmagoD/zd_SCI_1471
fixes signup spec [fixes SCI-1471]
This commit is contained in:
commit
efd105c499
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ Rails.application.routes.draw do
|
||||||
get 'not_found', to: 'application#not_found', as: 'not_found'
|
get 'not_found', to: 'application#not_found', as: 'not_found'
|
||||||
|
|
||||||
# Settings
|
# Settings
|
||||||
|
resources :users, only: :index # needed for testing signup
|
||||||
|
|
||||||
get 'users/settings/account/preferences',
|
get 'users/settings/account/preferences',
|
||||||
to: 'users/settings/account/preferences#index',
|
to: 'users/settings/account/preferences#index',
|
||||||
as: 'preferences'
|
as: 'preferences'
|
||||||
|
|
Loading…
Reference in a new issue