diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-10-14 22:42:59 +0200 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-10-14 22:42:59 +0200 |
commit | ef44138ce42de6a02724a7be10b6eb08873a3c1e (patch) | |
tree | 2ed4084aabf42a046d4cd0d2ad5441dc66b9fc9e /app/models/commit_status.rb | |
parent | 528d2823e9888ae09aa03b72c2e61cd0b9a39937 (diff) | |
parent | 123669a55107514798ba531ba3a744b3ec8503ee (diff) | |
download | gitlab-ce-ef44138ce42de6a02724a7be10b6eb08873a3c1e.tar.gz |
Merge branch 'master' into rs-redactor-filter
Diffstat (limited to 'app/models/commit_status.rb')
-rw-r--r-- | app/models/commit_status.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/models/commit_status.rb b/app/models/commit_status.rb index b4d91b1b0c3..92905c618eb 100644 --- a/app/models/commit_status.rb +++ b/app/models/commit_status.rb @@ -88,4 +88,8 @@ class CommitStatus < ActiveRecord::Base def retry_url nil end + + def show_warning? + false + end end |