Show More
Commit Description:
- add view testcase toggle for each problem...
Commit Description:
- add view testcase toggle for each problem - refactor: move view testcase to testcase_controller - change flash rendering
References:
File last commit:
Show/Diff file:
Action:
db/migrate/20161008050135_modify_grader_process.rb | 9 lines | 204 B | text/x-ruby | RubyLexer |
class ModifyGraderProcess < ActiveRecord::Migration
def up
change_column :grader_processes, :host, :string
end
def down
change_column :grader_processes, :host, :string, limit: 20
end
end