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:
parent
467456abc6
commit
f43d7fea09
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue