Skip to content

Commit

Permalink
fix mission control
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarsh24 committed Feb 6, 2024
1 parent 69cd8a4 commit d8896a3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/initializers/mission_control_jobs.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# frozen_string_literal: true

if defined?(Rails::Console)
require "irb"
# patches this issue https://github.com/basecamp/mission_control-jobs/issues/42
# and has a proposed fixed here https://github.com/basecamp/mission_control-jobs/pull/59
# but it's not merged yet so we need to monkey patch it
end

0 comments on commit d8896a3

Please sign in to comment.