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