crowdAI/crowdai

View on GitHub
app/models/follow.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Follow < ApplicationRecord
  belongs_to :followable, polymorphic: true
  belongs_to :participant, optional: true
end