Add affected domain parameter to REST API response

This commit is contained in:
Maciej Szlosarczyk 2018-07-05 17:24:32 +03:00
parent b5f07682f4
commit 3e81366cfc
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765
6 changed files with 12 additions and 7 deletions

View file

@ -145,7 +145,7 @@ class Registrar < ActiveRecord::Base
original_nameserver.destroy!
end
domain_list
domain_list.uniq.sort
end
end