Show More
Commit Description:
update heartbeat...
Commit Description:
update heartbeat add try-to-login-from-other-ip loggin (by printing to stdout)
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