diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-06 07:42:43 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-06 07:42:43 -0800 |
commit | 65d78253cb289091a4eb389bada11828849d434c (patch) | |
tree | e002a0c13e744407e90f14b3f3b8d92bd5bb675a /lib/api.rb | |
parent | 0384ef46b8839e7d9824473952e82ec62f72081a (diff) | |
parent | 1dd712ddc238d2e6c30be09cb071c8e9b60cfcac (diff) | |
download | gitlab-ce-65d78253cb289091a4eb389bada11828849d434c.tar.gz |
Merge pull request #3156 from m4tthumphrey/api-system-hooks
Added methods to manage system hooks from API
Diffstat (limited to 'lib/api.rb')
-rw-r--r-- | lib/api.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api.rb b/lib/api.rb index da31a1519dd..2a9a0eb2842 100644 --- a/lib/api.rb +++ b/lib/api.rb @@ -20,5 +20,6 @@ module Gitlab mount MergeRequests mount Notes mount Internal + mount SystemHooks end end |