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

[slicehost] fix loading of flavors

This commit is contained in:
geemus (Wesley Beary) 2010-04-05 15:26:27 -07:00
parent 5d1b2333d4
commit c83f0f8e12

View file

@ -22,7 +22,7 @@ module Fog
def all
data = connection.get_flavors.body['flavors']
load(self)
load(data)
end
def get(flavor_id)