instance method
connect
Ruby on Rails edge
Since edgeSignature
connect()
This method is called every time an Action Cable client establishes an underlying connection. Override it in your class to define authentication logic and populate connection identifiers.
Source
# File actioncable/lib/action_cable/connection/base.rb, line 83
def connect
end
Defined in actioncable/lib/action_cable/connection/base.rb line 83
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::Connection::Base