Show More
Commit Description:
added codejom_status model for computing level with basic user update
Commit Description:
added codejom_status model for computing level with basic user update
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