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

personal_snippet.rb « models « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1b5be8698b152f85ea96ace18ed1a40f8e47b9d5 (plain)
1
2
3
4
5
# frozen_string_literal: true

class PersonalSnippet < Snippet
  include WithUploads
end