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

[core] all services should recognize :connection_options

This commit is contained in:
geemus 2011-10-17 14:12:23 -05:00
parent 430a896253
commit f10397fc5f

View file

@ -172,7 +172,7 @@ module Fog
end
def recognized
@recognized ||= []
@recognized ||= [:connection_options]
end
def validate_options(options)