mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Incorrectly requiring all of fog here
This commit is contained in:
parent
4c077bd50b
commit
3d719f325e
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
||||||
require 'fog'
|
|
||||||
module Fog
|
module Fog
|
||||||
module Storage
|
module Storage
|
||||||
class Rackspace
|
class Rackspace
|
||||||
|
@ -36,4 +35,4 @@ module Fog
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue