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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-07-19 15:10:09 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-07-19 15:10:09 +0300
commit690c904b5e340f14c04f93ff688b647b46f7d1a2 (patch)
tree1eeb0005de86a16132fc08608494a67d5b9f4f71 /app/models/snippet.rb
parent035cd5ee5e42fda4a896ed43147ebf455fa2f5ba (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/snippet.rb')
-rw-r--r--app/models/snippet.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/snippet.rb b/app/models/snippet.rb
index cf4b83d44c2..c813c5cb5b8 100644
--- a/app/models/snippet.rb
+++ b/app/models/snippet.rb
@@ -18,6 +18,7 @@ class Snippet < ApplicationRecord
include CanMoveRepositoryStorage
include AfterCommitQueue
extend ::Gitlab::Utils::Override
+ include CreatedAtFilterable
MAX_FILE_COUNT = 10