Show More
Commit Description:
- start adding testcases into database...
Commit Description:
- start adding testcases into database - fix download button for score report (grafted from aabe2eab4ee28760618043fc980bb5d5aaca5311)
File last commit:
Show/Diff file:
Action:
app/models/testcase.rb | 4 lines | 115 B | text/x-ruby | RubyLexer |
class Testcase < ActiveRecord::Base
belongs_to :problem
attr_accessible :group, :input, :num, :score, :sol
end