1
0
mirror of https://github.com/mastodon/documentation synced 2025-04-11 22:56:17 +02:00

Catch warden throw in actioncable

This commit is contained in:
Eugen Rochko 2016-10-03 19:10:56 +02:00
parent 70e9dd0b5b
commit feda1e6554

View File

@ -16,6 +16,8 @@ module ApplicationCable
else
reject_unauthorized_connection
end
rescue :warden
reject_unauthorized_connection
end
end
end