instance method
subscribed
Ruby on Rails 1.3.3
Since v1.3.3 Last seen in v2.0.23Signature
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