Show More
Commit Description:
add remove_all in groups...
Commit Description:
add remove_all in groups consolidate submissions viewing from grader/task
References:
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