1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[dynect|dns] include SOA and NS records in #records response

This commit is contained in:
Richard Henning 2015-04-22 12:27:42 -04:00
parent b3eb2591c9
commit 5888ff3f74

View file

@ -14,7 +14,6 @@ module Fog
data = []
service.get_all_records(zone.domain, options).body['data'].each do |records|
(type, list) = records
next if %w{soa_records ns_records}.include?(type)
list.each do |record|
data << {
:identity => record['record_id'],