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:
1468fc99e7
Switch branches
×
main
Website-backend
/
app
/
channels
/
application_cable
/ channel.rb
lukas
on 3 Apr 2022
79 bytes
initial commit
Raw
Blame
History
module ApplicationCable class Channel < ActionCable::Channel::Base end end