a11yist/app/channels/application_cable/channel.rb

7 lines
110 B
Ruby
Raw Permalink Normal View History

2024-07-15 14:31:54 +02:00
# frozen_string_literal: true
module ApplicationCable
class Channel < ActionCable::Channel::Base
end
end