Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Andrinopoulos <geoandri@gmail.com>2017-11-25 18:04:45 +0300
committerGeorge Andrinopoulos <geoandri@gmail.com>2017-11-25 23:09:18 +0300
commit7fb1bb01bd669cc46514ed17b1b8822a1d962970 (patch)
treeb6206b0a2e290e3254bff1475dfef0caf66503d4 /app/models/issue.rb
parentd199ecd452a3bfdc8ba7b4a0ae244a282c047c9f (diff)
Create issue and merge request destroy services
Diffstat (limited to 'app/models/issue.rb')
-rw-r--r--app/models/issue.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/issue.rb b/app/models/issue.rb
index a9863a50d84..d6ef58d150b 100644
--- a/app/models/issue.rb
+++ b/app/models/issue.rb
@@ -49,7 +49,6 @@ class Issue < ActiveRecord::Base
scope :public_only, -> { where(confidential: false) }
after_save :expire_etag_cache
- after_commit :update_project_counter_caches, on: :destroy
attr_spammable :title, spam_title: true
attr_spammable :description, spam_description: true