Show More
Commit Description:
added test pair assignment, requests new input, downloads input
Commit Description:
added test pair assignment, requests new input, downloads input
File last commit:
Show/Diff file:
Action:
app/models/test_pair_assignment.rb | 5 lines | 115 B | text/x-ruby | RubyLexer |
class TestPairAssignment < ActiveRecord::Base
belongs_to :user
belongs_to :test_pair
belongs_to :problem
end