1
0
mirror of https://github.com/discourse/discourse.git synced 2025-03-08 04:09:53 +00:00

4 lines
75 B
Ruby
Raw Normal View History

2013-02-05 14:16:51 -05:00
Dir["#{Rails.root}/lib/freedom_patches/*.rb"].each do |f|
require(f)
end