mirror of
https://github.com/internetee/registry.git
synced 2025-08-11 12:09:34 +02:00
Add verified parameter to registrar domain controller strong params
See #1540
This commit is contained in:
parent
ed27152bb1
commit
53168a6e2a
1 changed files with 3 additions and 3 deletions
|
@ -190,9 +190,9 @@ class Registrar
|
||||||
|
|
||||||
def domain_params
|
def domain_params
|
||||||
params.require(:domain).permit(:name, :period, :registrant, :registrant_helper, :reserved_pw,
|
params.require(:domain).permit(:name, :period, :registrant, :registrant_helper, :reserved_pw,
|
||||||
:legal_document, contacts_attributes: {},
|
:verified, :legal_document, contacts_attributes: {},
|
||||||
nameservers_attributes: {},
|
nameservers_attributes: {},
|
||||||
dnskeys_attributes: {})
|
dnskeys_attributes: {})
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue