metamaps--metamaps/app/channels/application_cable/channel.rb
2017-01-23 17:36:36 -05:00

5 lines
109 B
Ruby

# frozen_string_literal: true
module ApplicationCable
class Channel < ActionCable::Channel::Base
end
end