Class: LlamaBotRails::ApplicationCable::Connection

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

Instance Method Summary collapse

Instance Method Details

#connectObject



7
8
9
# File 'app/channels/llama_bot_rails/application_cable/connection.rb', line 7

def connect
  self.uuid = SecureRandom.uuid
end