1
0
Fork 0
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:
Patrick McKenzie 2011-11-08 19:18:47 +09:00
parent 21e80718a5
commit 7d84f8d040

View file

@ -39,7 +39,7 @@ module Fog
Fog::DNS::Slicehost::Records.new(
:zone => self,
:connection => connection
).reject {|record| record.zone_id != id}
).all
end
end