ActionCable::Connection::Base doc code sample syntax error

This commit is contained in:
MSP-Greg 2016-12-06 09:41:39 -06:00
parent e106173034
commit 7257306623
1 changed files with 1 additions and 4 deletions

View File

@ -24,11 +24,8 @@ module ActionCable
#
# protected
# def find_verified_user
# if current_user = User.find_by_identity cookies.signed[:identity_id]
# current_user
# else
# User.find_by_identity(cookies.signed[:identity_id]) ||
# reject_unauthorized_connection
# end
# end
# end
# end