Show More
Commit Description:
- after submission, redirecto to edit_submission_path...
Commit Description:
- after submission, redirecto to edit_submission_path - add more info to submission status - fix bug #20 and #21
References:
File last commit:
Show/Diff file:
Action:
db/migrate/20170427070345_add_heart_beat_full.rb | 9 lines | 320 B | text/x-ruby | RubyLexer |
class AddHeartBeatFull < ActiveRecord::Migration
def up
GraderConfiguration.create key: 'right.heartbeat_response_full', value_type: 'string', value:'RESTART', description:'Heart beat response text when user got full score (set this value to the empty string to disable this feature)'
end
def down
end
end