Class: Motor::ApplicationCable::Connection

Inherits:
Object
  • Object
show all
Defined in:
app/channels/motor/application_cable/connection.rb

Instance Method Summary collapse

Instance Method Details

#connectObject



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

def connect
  self.current_user = find_verified_user
end