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