crowdAI/crowdai

View on GitHub
app/models/vote.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Vote < ApplicationRecord
  belongs_to :votable, :polymorphic => true
  belongs_to :participant, optional: true
end