summaryrefslogtreecommitdiff
path: root/app/models/ci/web_hook.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-10 15:47:15 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-10 15:47:15 +0200
commit10b3c85e2c7c3e794a0c79d33b1a7bc2b1b6b7c8 (patch)
tree8075ea96f4cb13683bf3a9736e3f684781e95e4b /app/models/ci/web_hook.rb
parent381180bc27b7c4f0d54ca4a1599ad5d857a2086e (diff)
downloadgitlab-ce-10b3c85e2c7c3e794a0c79d33b1a7bc2b1b6b7c8.tar.gz
Fix some issues with ci models specs
Diffstat (limited to 'app/models/ci/web_hook.rb')
-rw-r--r--app/models/ci/web_hook.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/ci/web_hook.rb b/app/models/ci/web_hook.rb
index 4b8c65a1a65..8f03b0625da 100644
--- a/app/models/ci/web_hook.rb
+++ b/app/models/ci/web_hook.rb
@@ -12,10 +12,10 @@
module Ci
class WebHook < ActiveRecord::Base
extend Ci::Model
-
+
include HTTParty
- belongs_to :project, class_name: 'Ci::WebHook'
+ belongs_to :project, class_name: 'Ci::Project'
# HTTParty timeout
default_timeout 10