Show More
Commit Description:
- add problem toggle test js reponse (it was forgotten)...
Commit Description:
- add problem toggle test js reponse (it was forgotten) - change score report to bootstrap-sortable
File last commit:
Show/Diff file:
Action:
db/migrate/20150914155101_add_status_to_heart_beat.rb | 5 lines | 122 B | text/x-ruby | RubyLexer |
class AddStatusToHeartBeat < ActiveRecord::Migration
def change
add_column :heart_beats, :status, :string
end
end