discourse/config/initializers/002-freedom_patches.rb
Sam c04bcf8655 PERF: move message bus to the front of the middleware stack
Organise all initializers so they are properly ordered and use the same naming scheme
2015-12-07 14:51:24 +11:00

4 lines
75 B
Ruby

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