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

[glesys] Rename template model to match Fog convention

This commit is contained in:
Simon Gate 2013-02-10 13:34:01 +01:00
parent 4bd242db0c
commit a5571f94cb
2 changed files with 3 additions and 4 deletions

View file

@ -1,9 +1,8 @@
require 'fog/core/model'
module Fog
module Glesys
class Compute
module Compute
class Glesys
class Template < Fog::Model
extend Fog::Deprecation

View file

@ -7,7 +7,7 @@ module Fog
class Templates < Fog::Collection
model Fog::Glesys::Compute::Template
model Fog::Compute::Glesys::Template
def all
# Only select OpenVZ and Xen platforms