Skip to content
Snippets Groups Projects
Commit feda1e65 authored by Eugen Rochko's avatar Eugen Rochko
Browse files

Catch warden throw in actioncable

parent 70e9dd0b
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,8 @@ module ApplicationCable
else
reject_unauthorized_connection
end
rescue :warden
reject_unauthorized_connection
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment