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

Remove the metadata attribute, and let it be lazy loaded as needed per image object.

This commit is contained in:
Rupak Ganguly 2013-05-30 13:53:56 -04:00
parent 467456abc6
commit f43d7fea09

View file

@ -15,8 +15,8 @@ module Fog
attribute :progress
attribute :status
attribute :server
attribute :metadata
attribute :links
#attribute :metadata # lazy load metadata as needed per model
def metadata
@metadata ||= begin