instance method
internal_channel
Ruby on Rails 8.0.5.1
Since v5.0.7.2 Private — implementation detail, not part of the public APISignature
internal_channel()
No documentation comment.
Source
# File actioncable/lib/action_cable/connection/internal_channel.rb, line 15
def internal_channel
"action_cable/#{connection_identifier}"
end
Defined in actioncable/lib/action_cable/connection/internal_channel.rb line 15
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::Connection::InternalChannel