crowdAI/crowdai

View on GitHub
app/serializers/api/participant_serializer.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Api::ParticipantSerializer < ActiveModel::Serializer

  attributes :id,
    :email,
    :api_key,
    :name
    
end