remove ecplicit load

This commit is contained in:
CroneKorkN 2026-01-19 11:17:35 +01:00
parent 26ffd27f7d
commit b0b81e024c
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw

View file

@ -1,5 +1,3 @@
require_relative "application_cable/channel"
class LogChannel < ApplicationCable::Channel class LogChannel < ApplicationCable::Channel
def subscribed def subscribed
server = Server.find(params[:server_id]) server = Server.find(params[:server_id])