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

6 lines
101 B
Ruby

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