gitlab-org--gitlab-foss/app/serializers/note_attachment_entity.rb

6 lines
109 B
Ruby

class NoteAttachmentEntity < Grape::Entity
expose :url
expose :filename
expose :image?, as: :image
end