debian-mirror-gitlab/app/serializers/note_attachment_entity.rb

6 lines
109 B
Ruby
Raw Normal View History

2018-03-17 18:26:18 +05:30
class NoteAttachmentEntity < Grape::Entity
expose :url
expose :filename
expose :image?, as: :image
end