GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
lukas
/
Website-backend
Transfer to URL with SHA
Find file
Newer
Older
tree:
d683cb8e1e
Switch branches
×
main
Website-backend
/
app
/
channels
/
application_cable
/ connection.rb
lukas
on 3 Apr 2022
85 bytes
initial commit
Raw
Blame
History
module ApplicationCable class Connection < ActionCable::Connection::Base end end