hello-learning/bookstore/app/channels/application_cable/channel.rb
2019-10-10 10:15:45 -05:00

4 lines
79 B
Ruby

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