summaryrefslogtreecommitdiff
path: root/lib/gitlab/diff/file_collection/compare.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/diff/file_collection/compare.rb')
-rw-r--r--lib/gitlab/diff/file_collection/compare.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/gitlab/diff/file_collection/compare.rb b/lib/gitlab/diff/file_collection/compare.rb
index 663bad95db7..badebabb192 100644
--- a/lib/gitlab/diff/file_collection/compare.rb
+++ b/lib/gitlab/diff/file_collection/compare.rb
@@ -14,6 +14,10 @@ module Gitlab
def unfold_diff_lines(positions)
# no-op
end
+
+ def cache_key
+ ['compare', @diffable.head.id, @diffable.base.id]
+ end
end
end
end