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