Class: ActionCable::Connection::RupConnection
- Inherits:
-
Base
- Object
- Base
- ActionCable::Connection::RupConnection
- Defined in:
- lib/action_cable/connection/rup_connection.rb
Instance Method Summary collapse
Instance Method Details
#connect ⇒ Object
6 7 8 |
# File 'lib/action_cable/connection/rup_connection.rb', line 6 def connect self.current_user = find_verified_user end |