This website works better with JavaScript.
Explore
Help
Register
Sign In
me
/
glitchier-soc
Watch
1
Star
0
Fork
You've already forked glitchier-soc
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Catch warden throw in actioncable
Browse Source
main
Eugen Rochko
8 years ago
parent
70e9dd0b5b
commit
feda1e6554
1 changed files
with
2 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
2
app/channels/application_cable/connection.rb
Unescape
Escape
View File
@ -16,6 +16,8 @@ module ApplicationCable
else
reject_unauthorized_connection
end
rescue
:warden
reject_unauthorized_connection
end
end
end
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
me/glitchier-soc
Title
Body
Create Issue