summaryrefslogtreecommitdiff
path: root/app/serializers/note_user_entity.rb
blob: c3f14fb0f9e94251d63176f3d66190a17138c569 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

class NoteUserEntity < UserEntity
  unexpose :web_url
end

NoteUserEntity.prepend_mod_with('NoteUserEntity')