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

note_attachment_entity.rb « serializers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1ad50568ab96c2369c779cea0a7c5119cf54bd9e (plain)
1
2
3
4
5
class NoteAttachmentEntity < Grape::Entity
  expose :url
  expose :filename
  expose :image?, as: :image
end