Module: RailsCom::Connection

Extended by:
ActiveSupport::Concern
Defined in:
app/channels/rails_com/connection.rb

Instance Method Summary collapse

Instance Method Details

#connectObject



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

def connect
  self.verified_receiver = find_verified_receiver
end