From f31ad74f7b102bdc0730cd70b42e5f92f4479a23 Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Sun, 21 May 2017 12:34:38 +0900 Subject: identifiers is already defined via Connection::Identification module --- actioncable/lib/action_cable/remote_connections.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actioncable/lib') diff --git a/actioncable/lib/action_cable/remote_connections.rb b/actioncable/lib/action_cable/remote_connections.rb index d2856bc6ae..e689fbf21b 100644 --- a/actioncable/lib/action_cable/remote_connections.rb +++ b/actioncable/lib/action_cable/remote_connections.rb @@ -45,7 +45,7 @@ module ActionCable end # Returns all the identifiers that were applied to this connection. - def identifiers + redefine_method :identifiers do server.connection_identifiers end -- cgit v1.2.3