2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:36:40 +08:00
discourse/config/initializers/02-freedom_patches.rb
Sam 1c8eef7dbd added basic passenger support, no long polling but functions
clean up initializers so they are ordered properly
2013-03-11 05:33:20 -07:00

3 lines
75 B
Ruby

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