haxney/railskating

View on GitHub
app/models/mark.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Mark < ActiveRecord::Base
  belongs_to :adjudicator
  belongs_to :sub_round
  belongs_to :couple
end