Skip to content

Commit 048b62f

Browse files
committed
ベストアンサーなし通知をキックするコントローラにSchedulerControllerを継承させる
1 parent 84b62f5 commit 048b62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/scheduler/daily/notify_certain_period_passed_after_last_answer_controller.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
class Scheduler::Daily::NotifyCertainPeriodPassedAfterLastAnswerController < ApplicationController
3+
class Scheduler::Daily::NotifyCertainPeriodPassedAfterLastAnswerController < SchedulerController
44
def show
55
Question.notify_certain_period_passed_after_last_answer
66
head :ok

0 commit comments

Comments
 (0)