foalfetch/app/channels/application_cable/channel.rb

4 lines
95 B
Ruby
Raw Normal View History

2024-04-04 10:21:23 +02:00
# frozen_string_literal: true
class ApplicationCable::Channel < ActionCable::Channel::Base
end