porkchopclub/porkchop

View on GitHub
app/models/season_match.rb

Summary

Maintainability
A
0 mins
Test Coverage
class SeasonMatch < ActiveRecord::Base
  belongs_to :match
  belongs_to :season
end