Show More
Commit Description:
shows recent problem after wrong submissions
Commit Description:
shows recent problem after wrong submissions
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