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

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

class MergeRequestWidgetCommitEntity < Grape::Entity
  expose :safe_message, as: :message
  expose :short_id
  expose :title
end