diff options
| author | Valeriy Sizov <vsv2711@gmail.com> | 2012-07-12 15:36:33 +0300 |
|---|---|---|
| committer | Valeriy Sizov <vsv2711@gmail.com> | 2012-07-19 00:25:10 +0300 |
| commit | 65dc68b35c0ad455336abf33def5d920166f7c83 (patch) | |
| tree | 3ae9e0bc323e2bf6fca193b88597fe496c755f2b /app/models/web_hook.rb | |
| parent | 72a571724d84d112f98a5543c971e9b3b9da1383 (diff) | |
| download | gitlab-ce-65dc68b35c0ad455336abf33def5d920166f7c83.tar.gz | |
Refactoring of hook functionality & bootsrap system hooks
Diffstat (limited to 'app/models/web_hook.rb')
| -rw-r--r-- | app/models/web_hook.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/models/web_hook.rb b/app/models/web_hook.rb index 26288476a6c..43b4f16b846 100644 --- a/app/models/web_hook.rb +++ b/app/models/web_hook.rb @@ -4,8 +4,6 @@ class WebHook < ActiveRecord::Base # HTTParty timeout default_timeout 10 - belongs_to :project - validates :url, presence: true, format: { |
