From a170af32edc5f18bb4260fb81ef6c5ea885a5610 Mon Sep 17 00:00:00 2001 From: Rhenium Date: Mon, 29 Jul 2013 05:32:08 +0900 Subject: deactivate --- lib/aclog/receiver/collector_connection.rb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/aclog/receiver/collector_connection.rb') 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 -- cgit v1.2.3