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

Use the id for deletion also

This commit is contained in:
Trae Robrock 2013-07-28 20:29:49 -07:00
parent 302ee5a9cb
commit e8c328edfb

View file

@ -25,7 +25,7 @@ module Fog
end end
def destroy def destroy
service.delete_record(zone.domain, identity) service.delete_record(zone.id, identity)
true true
end end