Class: ActionCable::Connection::RupConnection

Inherits:
Base
  • Object
show all
Defined in:
lib/action_cable/connection/rup_connection.rb

Instance Method Summary collapse

Instance Method Details

#connectObject



6
7
8
# File 'lib/action_cable/connection/rup_connection.rb', line 6

def connect
  self.current_user = find_verified_user
end