mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 19:53:53 -06:00
c04bcf8655
Organise all initializers so they are properly ordered and use the same naming scheme
4 lines
75 B
Ruby
4 lines
75 B
Ruby
Dir["#{Rails.root}/lib/freedom_patches/*.rb"].each do |f|
|
|
require(f)
|
|
end
|