diff options
author | Matt Humphrey <matt@tomatto.co.uk> | 2013-03-06 10:33:32 +0000 |
---|---|---|
committer | Matt Humphrey <matt@tomatto.co.uk> | 2013-03-06 15:15:26 +0000 |
commit | 1dd712ddc238d2e6c30be09cb071c8e9b60cfcac (patch) | |
tree | 2949939acfd0355612e6f91be2936aa462904e6f /lib/api.rb | |
parent | d03af842c5ea0fdc40e709e9b3104c4d723828ab (diff) | |
download | gitlab-ce-1dd712ddc238d2e6c30be09cb071c8e9b60cfcac.tar.gz |
System hooks 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 |