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

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

class CommitEntity < API::Entities::CommitWithLink
end