This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/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

4 lines
75 B
Ruby

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