openstreetmap-website/stories/all.rb
2008-01-22 16:55:14 +00:00

4 lines
No EOL
107 B
Ruby

dir = File.dirname(__FILE__)
Dir[File.expand_path("#{dir}/**/*.rb")].uniq.each do |file|
require file
end