mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
identifiers is already defined via Connection::Identification module
This commit is contained in:
parent
d577e780ba
commit
f31ad74f7b
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ module ActionCable
|
||||||
end
|
end
|
||||||
|
|
||||||
# Returns all the identifiers that were applied to this connection.
|
# Returns all the identifiers that were applied to this connection.
|
||||||
def identifiers
|
redefine_method :identifiers do
|
||||||
server.connection_identifiers
|
server.connection_identifiers
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue