summaryrefslogtreecommitdiff
path: root/app/serializers/note_attachment_entity.rb
blob: 1ad50568ab96c2369c779cea0a7c5119cf54bd9e (plain)
1
2
3
4
5
class NoteAttachmentEntity < Grape::Entity
  expose :url
  expose :filename
  expose :image?, as: :image
end