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



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

def connect
  self.current_user = find_verified_user
end