discourse/config/initializers/02-freedom_patches.rb
Robin Ward cd1dd18f01 Revert "PERF: move message bus to the front of the middleware stack"
I suspect this commit is preventing Sidekiq from running inprocess.
2015-12-07 14:57:23 -05:00

3 lines
75 B
Ruby

Dir["#{Rails.root}/lib/freedom_patches/*.rb"].each do |f|
require(f)
end