Fix some CC issues

This commit is contained in:
Karl Erik Õunapuu 2020-11-17 11:51:45 +02:00
parent db50a89d85
commit 7edf48c885
No known key found for this signature in database
GPG key ID: C9DD647298A34764
4 changed files with 24 additions and 28 deletions

View file

@ -34,7 +34,7 @@ module Repp
params.permit(data: [
:type, :id,
{ domains: [],
attributes: [:hostname, { ipv4: [], ipv6: [] }] },
attributes: [:hostname, { ipv4: [], ipv6: [] }] }
])
end