Skip to content

Commit 00a3e47

Browse files
committed
Require rails/command in authentication configuration command
Otherwise it won't find Rails::Command::Base when eager loading and running Solid Queue.
1 parent fca856d commit 00a3e47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/mission_control/jobs/authentication.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
require "rails/command"
2+
13
class MissionControl::Jobs::Authentication < Rails::Command::Base
24
def self.configure
35
new.configure

0 commit comments

Comments
 (0)