This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
fog--fog
Watch
1
Star
0
Fork
You've already forked fog--fog
0
mirror of
https://github.com/fog/fog.git
synced
2022-11-09 13:51:43 -05:00
Code
Releases
Activity
02b8998d46
fog--fog
/
lib
/
fog
/
atmos
/
core.rb
10 lines
115 B
Ruby
Raw
Normal View
History
Unescape
Escape
create core for each provider. keep load hook for provider.
2014-02-01 21:13:17 -05:00
require
'fog/core'
module
Fog
module
Atmos
extend
Fog
::
Provider
don't require service when registering it services will still be required when you: * require them yourself * require the entire provider (which requires all services)
2014-02-01 22:02:40 -05:00
service
(
:storage
,
'Storage'
)
create core for each provider. keep load hook for provider.
2014-02-01 21:13:17 -05:00
end
end
Copy permalink