unclesp1d3r/CipherSwarm

View on GitHub
app/channels/application_cable/channel.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# frozen_string_literal: true

# SPDX-FileCopyrightText:  2024 UncleSp1d3r
# SPDX-License-Identifier: MPL-2.0

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