mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-24 16:28:57 +00:00
rails
This commit is contained in:
4
rails-example/app/channels/application_cable/channel.rb
Normal file
4
rails-example/app/channels/application_cable/channel.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
module ApplicationCable
|
||||
class Channel < ActionCable::Channel::Base
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1,4 @@
|
||||
module ApplicationCable
|
||||
class Connection < ActionCable::Connection::Base
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user