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

[ec2] fix ready? on snapshot model

This commit is contained in:
geemus 2010-04-26 12:25:21 -07:00
parent 57e4bbc346
commit 2b6317bb10

View file

@ -23,7 +23,7 @@ module Fog
end
def ready?
@status == 'completed'
state == 'completed'
end
def save