Class: Hyrax::ApplicationCable::Connection
- Inherits:
-
ActionCable::Connection::Base
- Object
- ActionCable::Connection::Base
- Hyrax::ApplicationCable::Connection
- Defined in:
- app/channels/hyrax/application_cable/connection.rb
Instance Method Summary collapse
Instance Method Details
#connect ⇒ Object
6 7 8 |
# File 'app/channels/hyrax/application_cable/connection.rb', line 6 def connect self.current_user = find_verified_user end |