Skip to content

Commit

Permalink
Add explicit namespace back to GoodJob::DiscreteExecution (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon authored Jun 23, 2023
1 parent 1ce9aef commit 8534e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/good_job/base_execution.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def coalesce_scheduled_at_created_at
end

def discrete_support?
DiscreteExecution.migrated?
GoodJob::DiscreteExecution.migrated?
end
end

Expand Down

2 comments on commit 8534e5d

@MrMoins
Copy link

@MrMoins MrMoins commented on 8534e5d Jul 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, Did you plan to release this soon ?
It is quite annoying, with the last 3.15.13 release we encounter NameError (uninitialized constant DiscreteExecution)in dev env.

@bensheldon
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.