ChaelCodes/HuntersKeepers

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

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

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