Show More
Commit Description:
added submission_status to store grading results, first page shows only unpassed problems.
Commit Description:
added submission_status to store grading results, first page shows only unpassed problems.
File last commit:
Show/Diff file:
Action:
app/models/submission_status.rb | 6 lines | 91 B | text/x-ruby | RubyLexer |
class SubmissionStatus < ActiveRecord::Base
belongs_to :user
belongs_to :problem
end