버그 수정
This commit is contained in:
parent
2434c5b7aa
commit
760561b10e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue