Show More
Commit Description:
add model solution
Commit Description:
add model solution
File last commit:
Show/Diff file:
Action:
app/models/testcase.rb | 4 lines | 116 B | text/x-ruby | RubyLexer |
- start adding testcases into database...
r607 class Testcase < ActiveRecord::Base
belongs_to :problem
update models to satisfy rails 4
r618 #attr_accessible :group, :input, :num, :score, :sol
- start adding testcases into database...
r607 end