Files
fab-store/app/channels/application_cable/channel.rb
2025-10-27 04:17:14 +00:00

5 lines
79 B
Ruby

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