class method
self.new
Ruby on Rails edge
Since edgeSignature
self.new(channel_id)
No documentation comment.
Parameters
-
channel_idreq
Source
# File actioncable/lib/action_cable/connection/subscriptions.rb, line 24
def initialize(channel_id)
super "Channel not found: #{channel_id}"
end
Defined in actioncable/lib/action_cable/connection/subscriptions.rb line 24
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::Connection::Subscriptions::ChannelNotFound