Class: Signum::ApplicationCable::Connection
- Inherits:
-
ActionCable::Connection::Base
- Object
- ActionCable::Connection::Base
- Signum::ApplicationCable::Connection
- Defined in:
- app/channels/signum/application_cable/connection.rb
Instance Method Summary collapse
Instance Method Details
#connect ⇒ Object
8 9 10 11 |
# File 'app/channels/signum/application_cable/connection.rb', line 8 def connect self.current_user = find_verified_user logger. 'ActionCable', current_user.name end |