mirror of
https://github.com/internetee/registry.git
synced 2025-08-13 04:59:42 +02:00
Fix tests
This commit is contained in:
parent
c8d758c25a
commit
3a269bb6b3
1 changed files with 5 additions and 0 deletions
|
@ -186,6 +186,11 @@ Rails.application.routes.draw do
|
||||||
as: 'cors_preflight_check'
|
as: 'cors_preflight_check'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# REGISTRAR ROUTES
|
||||||
|
namespace :registrar do
|
||||||
|
devise_for :users, path: '', class_name: 'ApiUser', skip: %i[sessions]
|
||||||
|
end
|
||||||
|
|
||||||
namespace :registrant do
|
namespace :registrant do
|
||||||
devise_for :users, path: '', class_name: 'RegistrantUser'
|
devise_for :users, path: '', class_name: 'RegistrantUser'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue