diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-01-26 19:05:04 +0100 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-01-26 19:05:04 +0100 |
commit | 5ea32ba4982aef37f2a43b0324d45033992a9a60 (patch) | |
tree | 771bc8cb4c846316721334712edc1b78c086b310 /lib/ci | |
parent | 44275041c801af0a769284d3cc3a50b20752bb90 (diff) | |
download | gitlab-ce-5ea32ba4982aef37f2a43b0324d45033992a9a60.tar.gz |
Fix hot reloading for CI APIhot-reloading
Diffstat (limited to 'lib/ci')
-rw-r--r-- | lib/ci/api/api.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ci/api/api.rb b/lib/ci/api/api.rb index 5c347e432b4..4e85d2c3c74 100644 --- a/lib/ci/api/api.rb +++ b/lib/ci/api/api.rb @@ -25,7 +25,7 @@ module Ci format :json - helpers Helpers + helpers ::Ci::API::Helpers helpers ::API::Helpers helpers Gitlab::CurrentSettings |