Flowdock
method

channel_name

Importance_1
v6.1.3.1 - Show latest stable - 0 notes - Class: ClassMethods
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'
FooChats::BarAppearancesChannel.channel_name # => 'foo_chats:bar_appearances'
Show source
Register or log in to add new notes.