From 102c05eebf1bfdeb783d406ff2b304de675f81c7 Mon Sep 17 00:00:00 2001 From: Ralf Teusner Date: Wed, 4 May 2016 14:54:38 +0200 Subject: [PATCH] Forgot namespace for Config.new ... --- lib/xikolo/client.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/xikolo/client.rb b/lib/xikolo/client.rb index 34876692..06e4ecf4 100644 --- a/lib/xikolo/client.rb +++ b/lib/xikolo/client.rb @@ -34,7 +34,7 @@ class Xikolo::Client end def self.url - @url ||= Config.new(:code_ocean).read.fetch(:xikolo_api_url, 'http://localhost:3000/api/') #caches this with ||=, second value of fetch is default value + @url ||= CodeOcean::Config.new(:code_ocean).read.fetch(:xikolo_api_url, 'http://localhost:3000/api/') #caches this with ||=, second value of fetch is default value end def self.accept