Skip to content

Commit

Permalink
feat: 🎸 リアルタイムレポート更新用のタスクを作成した (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikukyugamer authored Jun 24, 2022
1 parent 66ce0e1 commit 9062ac6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/tasks/update_realtime_report.rake
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
namespace :realtime_report do
desc 'リアルタイムレポートのデータベースのデータを更新する'
task update: :environment do
Counting::RealtimeReport.update_database

'[DONE] Counting::RealtimeReport.update_database'
end
end

0 comments on commit 9062ac6

Please sign in to comment.