sqm-dashboards/app/channels/application_cable/channel.rb
Jared Cosulich 6ad1caf3cd first commit
2017-02-23 12:52:56 -05:00

4 lines
79 B
Ruby

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