Files
Josh Pigford 99de24ac70 Initial commit
2024-02-02 09:05:04 -06:00

5 lines
79 B
Ruby

module ApplicationCable
class Channel < ActionCable::Channel::Base
end
end