Show More
Commit Description:
update to 3.1.0, update rdoc
Commit Description:
update to 3.1.0, update rdoc
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