aboutsummaryrefslogtreecommitdiffstats
path: root/lib/aclog/receiver/collector_connection.rb
diff options
context:
space:
mode:
authorRhenium <rhenium@rhe.jp>2013-07-29 05:32:08 +0900
committerRhenium <rhenium@rhe.jp>2013-07-29 05:32:08 +0900
commita170af32edc5f18bb4260fb81ef6c5ea885a5610 (patch)
tree7421a462bbeadd2e9fe4d7c76ea6a91b73b67ea1 /lib/aclog/receiver/collector_connection.rb
parente2c42d9b4c4e5a5fd4a4b16744ff5973fc2d1095 (diff)
downloadaclog-a170af32edc5f18bb4260fb81ef6c5ea885a5610.tar.gz
deactivate
Diffstat (limited to 'lib/aclog/receiver/collector_connection.rb')
-rw-r--r--lib/aclog/receiver/collector_connection.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/aclog/receiver/collector_connection.rb b/lib/aclog/receiver/collector_connection.rb
index 3d441b1..8b566cc 100644
--- a/lib/aclog/receiver/collector_connection.rb
+++ b/lib/aclog/receiver/collector_connection.rb
@@ -28,6 +28,12 @@ module Aclog
Rails.logger.debug("Sent #{account.id}/#{account.user_id}")
end
+ def send_stop_account(account)
+ send_object(type: "stop",
+ id: account.id)
+ Rails.logger.debug("Sent Stop #{account.id}/#{account.user_id}")
+ end
+
def post_init
# なにもしない。クライアントが
end