Show More
Commit Description:
switch to strong parameter for mass update (have not finished the problem controller yet)
Commit Description:
switch to strong parameter for mass update (have not finished the problem controller yet)
File last commit:
Show/Diff file:
Action:
app/models/testcase.rb | 4 lines | 115 B | text/x-ruby | RubyLexer |
- start adding testcases into database...
r607 class Testcase < ActiveRecord::Base
belongs_to :problem
attr_accessible :group, :input, :num, :score, :sol
end