specs for user favs scanning

This commit is contained in:
Dylan Knutson
2025-02-19 20:37:22 +00:00
parent 44209ac89b
commit d8eadfd416
25 changed files with 7018 additions and 212 deletions

View File

@@ -79,7 +79,7 @@ ActiveSupport.on_load(:good_job_application_controller) do
end
ActiveSupport.on_load(:good_job_base_record) do
class GoodJob::Execution
class GoodJob::Execution < GoodJob::BaseRecord
has_one :log_lines_collection,
class_name: "::GoodJobExecutionLogLinesCollection",
dependent: :destroy,