mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
fixed current_root_url
This commit is contained in:
parent
9a288bab54
commit
38f9a143d6
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class ApplicationController < ActionController::Base
|
||||||
if registrar_request?
|
if registrar_request?
|
||||||
registrar_root_url
|
registrar_root_url
|
||||||
elsif registrant_request?
|
elsif registrant_request?
|
||||||
registrar_root_url
|
registrant_root_url
|
||||||
elsif admin_request?
|
elsif admin_request?
|
||||||
admin_root_url
|
admin_root_url
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue