Show More
Commit Description:
fix bugs when user creation error
Commit Description:
fix bugs when user creation error
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