Class: ApplicationCable::Connection

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

Instance Method Summary collapse

Instance Method Details

#connectObject



11
12
13
# File 'app/channels/application_cable/connection.rb', line 11

def connect
  self.current_user = find_user_from_session_store
end