Require rake dependency to run it within jobs

This commit is contained in:
Maikel Linke
2026-04-01 15:18:49 +11:00
parent c74624cd57
commit bcecbf9a0f

View File

@@ -1,5 +1,7 @@
# frozen_string_literal: true
require "rake"
# Executes a rake task
class RakeJob < ApplicationJob
def perform(task_string)