Show More
Commit Description:
merge with rails7 branch
Commit Description:
merge with rails7 branch
References:
File last commit:
Show/Diff file:
Action:
db/migrate/20170427070345_add_heart_beat_full.rb | 9 lines | 325 B | text/x-ruby | RubyLexer |
class AddHeartBeatFull < ActiveRecord::Migration[4.2]
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