instance method
internal_channel
Ruby on Rails 5.2.8.1
Since v5.2.8.1 PrivateSignature
internal_channel()
No documentation comment.
Source
# File actioncable/lib/action_cable/connection/internal_channel.rb, line 10
def internal_channel
"action_cable/#{connection_identifier}"
end
Defined in actioncable/lib/action_cable/connection/internal_channel.rb line 10
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::Connection::InternalChannel