mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 09:21:43 +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
|
||||
params.require(:domain).permit(:name, :period, :registrant, :registrant_helper, :reserved_pw,
|
||||
:legal_document, contacts_attributes: {},
|
||||
nameservers_attributes: {},
|
||||
dnskeys_attributes: {})
|
||||
:verified, :legal_document, contacts_attributes: {},
|
||||
nameservers_attributes: {},
|
||||
dnskeys_attributes: {})
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue