Class: Hyrax::ApplicationCable::Connection

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

Instance Method Summary collapse

Instance Method Details

#connectObject



6
7
8
# File 'app/channels/hyrax/application_cable/connection.rb', line 6

def connect
  self.current_user = find_verified_user
end