instance method subscribed

Ruby on Rails 1.3.3

Since v1.3.3 Last seen in v2.0.23

Available in: v1.3.3 v1.4.0 v1.5.0 v2.0.23

Signature

subscribed()

No documentation comment.

Source
# File app/channels/turbo/streams_channel.rb, line 38
  def subscribed
    if stream_name = verified_stream_name_from_params
      stream_from stream_name
    else
      reject
    end
  end

Defined in app/channels/turbo/streams_channel.rb line 38 · View on GitHub · Improve this page · Find usages on GitHub

Defined in Turbo::StreamsChannel

Type at least 2 characters to search.

↑↓ navigate · open · esc close