instance method
unsubscribed
Ruby on Rails 5.0.7.2
Since v5.0.7.2 Last seen in v5.1.7Available in: v5.0.7.2 v5.1.7
Signature
unsubscribed()
No documentation comment.
Source
# File actioncable/lib/rails/generators/channel/templates/channel.rb, line 7
def unsubscribed
# Any cleanup needed when channel is unsubscribed
end
Defined in actioncable/lib/rails/generators/channel/templates/channel.rb line 7
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Object