mirror of https://github.com/rails/rails
identifiers is already defined via Connection::Identification module
This commit is contained in:
parent
d577e780ba
commit
f31ad74f7b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue