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

Merge pull request #567 from Fatsoma/fix/vpc_is_default_requires

Fix VPC model is_default requires
This commit is contained in:
Wesley Beary 2020-05-29 06:35:17 -05:00 committed by GitHub
commit b12a025e32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ module Fog
end end
def is_default? def is_default?
require :is_default requires :is_default
is_default is_default
end end