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

[Glesys] Template list request does not take options

This commit is contained in:
Simon Gate 2013-01-26 15:18:44 +01:00
parent 89ae9e1567
commit 3a4cefed77

View file

@ -3,8 +3,8 @@ module Fog
class Glesys
class Real
def template_list(options = {})
request("/server/templates", options)
def template_list
request("/server/templates")
end
end