bitgoblin-website/app/channels/application_cable/channel.rb

5 lines
79 B
Ruby
Raw Permalink Normal View History

2022-07-04 01:21:08 -04:00
module ApplicationCable
class Channel < ActionCable::Channel::Base
end
end