mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Getting it so zone.records works as expected (loads all records, for that zone only).
This commit is contained in:
parent
21e80718a5
commit
7d84f8d040
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ module Fog
|
||||||
Fog::DNS::Slicehost::Records.new(
|
Fog::DNS::Slicehost::Records.new(
|
||||||
:zone => self,
|
:zone => self,
|
||||||
:connection => connection
|
:connection => connection
|
||||||
).reject {|record| record.zone_id != id}
|
).all
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue