提交 66cb3853 编写于 作者: R Rafael Mendonça França

Merge pull request #7 from lsylvester/update-reame-sample-code-syntax-error

Up[date README sample code so there is no syntax error
......@@ -52,7 +52,7 @@ module ApplicationCable
protected
def find_verified_user
if current_user = User.find cookies.signed[:user_id]
if current_user = User.find(cookies.signed[:user_id])
current_user
else
reject_unauthorized_connection
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册