Class: WhereIsWaldo::ApplicationCable::Connection

Inherits:
ActionCable::Connection::Base
  • Object
show all
Defined in:
app/channels/where_is_waldo/application_cable/connection.rb

Instance Method Summary collapse

Instance Method Details

#connectObject



8
9
10
# File 'app/channels/where_is_waldo/application_cable/connection.rb', line 8

def connect
  authenticate_connection
end