method

channel_name

rails latest stable - Class: ActionCable::Channel::Naming

Method not available on this version

This method is only available on newer versions. The first available version (v5.0.0.1) is shown here.

channel_name()
public

Returns the name of the channel, underscored, without the Channel ending. If the channel is in a namespace, then the namespaces are represented by single colon separators in the channel name.

ChatChannel.channel_name # => 'chat'
Chats::AppearancesChannel.channel_name # => 'chats:appearances'