Class: VoteFu::ApplicationCable::Connection

Inherits:
ActionCable::Connection::Base
  • Object
show all
Defined in:
app/channels/vote_fu/application_cable/connection.rb

Instance Method Summary collapse

Instance Method Details

#connectObject



8
9
10
# File 'app/channels/vote_fu/application_cable/connection.rb', line 8

def connect
  self.current_voter = find_verified_voter
end