summaryrefslogtreecommitdiff
path: root/app/models/web_hook.rb
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-09-14 15:33:56 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2015-09-18 14:14:52 +0200
commitfcd2bdf1fe83a4d39a6c3af6d03d09500f93ca4d (patch)
treef13008530f1e36a83e6e5d33236dd0461ef89ee4 /app/models/web_hook.rb
parente3041b90dc4b02a1bd9b68e820d19f4a58488940 (diff)
downloadgitlab-ci-migrate-tables-to-ci-prefix.tar.gz
Revert some Make it work Migrate tags and taggings to
Diffstat (limited to 'app/models/web_hook.rb')
-rw-r--r--app/models/web_hook.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/web_hook.rb b/app/models/web_hook.rb
index 9a284d8..5465684 100644
--- a/app/models/web_hook.rb
+++ b/app/models/web_hook.rb
@@ -10,6 +10,8 @@
#
class WebHook < ActiveRecord::Base
+ extend Model
+
include HTTParty
belongs_to :project