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