Skip to content

Commit

Permalink
Require rails/command in authentication configuration command
Browse files Browse the repository at this point in the history
Otherwise it won't find Rails::Command::Base when eager loading and
running Solid Queue.
  • Loading branch information
rosa committed Dec 3, 2024
1 parent fca856d commit 00a3e47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/mission_control/jobs/authentication.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require "rails/command"

class MissionControl::Jobs::Authentication < Rails::Command::Base
def self.configure
new.configure
Expand Down

0 comments on commit 00a3e47

Please sign in to comment.