BigW Consortium Gitlab

event_entity.rb 95 Bytes
class EventEntity < Grape::Entity
  expose :author, using: UserEntity
  expose :updated_at
end