From 175a0d425d2b8bd7402f48a0d8e54ece65c52a2f Mon Sep 17 00:00:00 2001 From: tomo Date: Sat, 14 Oct 2023 12:39:49 +0900 Subject: [PATCH] modosu --- ...notify_certain_period_passed_after_last_answer_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/scheduler/daily/notify_certain_period_passed_after_last_answer_controller.rb b/app/controllers/scheduler/daily/notify_certain_period_passed_after_last_answer_controller.rb index c66537ff7fa..8bfb4752fbd 100644 --- a/app/controllers/scheduler/daily/notify_certain_period_passed_after_last_answer_controller.rb +++ b/app/controllers/scheduler/daily/notify_certain_period_passed_after_last_answer_controller.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -class Scheduler::Daily::NotifyCertainPeriodPassedAfterLastAnswerController < SchedulerController +class Scheduler::Daily::NotifyCertainPeriodPassedAfterLastAnswerController < ApplicationController def show Question.notify_certain_period_passed_after_last_answer head :ok