summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2017-07-18 17:48:48 +0800
committerLin Jen-Shin <godfat@godfat.org>2017-07-18 17:48:48 +0800
commitffc5b29bd0f02676bdc05ec6185d115d6705cd8f (patch)
tree43f3c0e86116207bcde2105b5df41c205b1ace49 /app
parent042cf15b6f6dae6a6e3f760f93a3ad0f7ff486ea (diff)
downloadgitlab-ce-ffc5b29bd0f02676bdc05ec6185d115d6705cd8f.tar.gz
Follow feedback on the merge request
Diffstat (limited to 'app')
-rw-r--r--app/models/commit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/commit.rb b/app/models/commit.rb
index 337236b30d5..66c6ae4dacf 100644
--- a/app/models/commit.rb
+++ b/app/models/commit.rb
@@ -1,6 +1,6 @@
class Commit
extend ActiveModel::Naming
- extend Gitlab::Cache::RequestStoreWrap
+ extend Gitlab::Cache::RequestCache
include ActiveModel::Conversion
include Noteable