Welcome to mirror list, hosted at ThFree Co, Russian Federation.

channel.rb « application_cable « channels « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9aec2305390f808ce1accaed3fccddefb742cb69 (plain)
1
2
3
4
5
6
# frozen_string_literal: true

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