Class: Decidim::Notify::Connection
- Inherits:
-
ActionCable::Connection::Base
- Object
- ActionCable::Connection::Base
- Decidim::Notify::Connection
- Defined in:
- app/channels/decidim/notify/connection.rb
Instance Method Summary collapse
Instance Method Details
#connect ⇒ Object
8 9 10 11 12 13 14 |
# File 'app/channels/decidim/notify/connection.rb', line 8 def connect self.session_id = request.session.id logger.(session_id) logger.info "Connected to notify" end |