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

reload should return nil if the object no longer exists

This commit is contained in:
geemus 2010-05-06 16:41:02 -07:00
parent 72d1836f26
commit c70fb49dac

View file

@ -91,8 +91,8 @@ module Fog
if data = collection.get(identity)
new_attributes = data.attributes
merge_attributes(new_attributes)
self
end
self
end
def requires(*args)