Show More
Commit Description:
fixed timeout bug for wrong submission (thanks to @dtinth), and js bugs occurring in IE
Commit Description:
fixed timeout bug for wrong submission (thanks to @dtinth), and js bugs occurring in IE
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