System hooks API.

This commit is contained in:
Matt Humphrey 2013-03-06 10:33:32 +00:00
parent d03af842c5
commit 1dd712ddc2
4 changed files with 177 additions and 0 deletions

View file

@ -20,5 +20,6 @@ module Gitlab
mount MergeRequests
mount Notes
mount Internal
mount SystemHooks
end
end