버그 수정

This commit is contained in:
RubyOn 2025-04-23 11:01:35 +09:00
parent 2434c5b7aa
commit 760561b10e
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ class SchedulesController < ApplicationController
def view
@controller = Controller.find(params[:id])
@schedule = Schedule.where(controller_id: params[:id]).order(:hour, :minute)
@modbus_running = Modbus::PollingService.running?
end
def new