Files
redux-scraper/app/channels/application_cable/channel.rb
2025-01-01 03:29:53 +00:00

6 lines
95 B
Ruby

# typed: strict
module ApplicationCable
class Channel < ActionCable::Channel::Base
end
end