rails-refresher/app/channels/application_cable/channel.rb
Tyrel Souza 8a91d51c39
finish
2024-07-04 21:00:08 -04:00

5 lines
79 B
Ruby

module ApplicationCable
class Channel < ActionCable::Channel::Base
end
end