crowdAI/crowdai

View on GitHub
app/models/views/challenge_registrations.rb

Summary

Maintainability
A
0 mins
Test Coverage
class ChallengeRegistration < SqlView
  self.primary_key = :id
  after_initialize :readonly!

  belongs_to :challenge
  belongs_to :participant
end