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/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