porkchopclub/porkchop

View on GitHub
app/models/point.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Point < ActiveRecord::Base
  belongs_to :match, touch: true
  belongs_to :victor, class_name: "Player"
end