diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-06-26 18:45:33 +0300 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-06-26 18:45:33 +0300 |
| commit | e382c8dfc7fb4bdbf57c770338805a1e17915fd1 (patch) | |
| tree | 2553669d7af120c9dd06d53ac18849805771a15d /app/models/web_hook.rb | |
| parent | f86afb732b0842cc1e65e504a60016998385a3dc (diff) | |
| download | gitlab-ce-e382c8dfc7fb4bdbf57c770338805a1e17915fd1.tar.gz | |
team member and hook strong params
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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 7a48dcdc272..6cf0c1f683e 100644 --- a/app/models/web_hook.rb +++ b/app/models/web_hook.rb @@ -22,8 +22,6 @@ class WebHook < ActiveRecord::Base default_value_for :issues_events, false default_value_for :merge_requests_events, false - #attr_accessible :url - # HTTParty timeout default_timeout 10 |
