Module: Groovestack::Auth::ActionCable::Connection
- Extended by:
- ActiveSupport::Concern
- Defined in:
- app/channels/groovestack/auth/action_cable/connection.rb
Instance Method Summary collapse
Instance Method Details
#connect ⇒ Object
13 14 15 |
# File 'app/channels/groovestack/auth/action_cable/connection.rb', line 13 def connect self.current_user = find_verified_resource end |