Skip to content

Commit

Permalink
Merge pull request #1541 from internetee/1540-fix-verified-element
Browse files Browse the repository at this point in the history
Add verified parameter to registrar domain controller strong params
  • Loading branch information
vohmar authored Feb 27, 2020
2 parents 4aaf0dd + 53168a6 commit 777c0a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/controllers/registrar/domains_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,9 @@ def search_params

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

0 comments on commit 777c0a4

Please sign in to comment.