]> git.openstreetmap.org Git - rails.git/blob - stories/all.rb
api06: Fix normal way and relation uploading (i.e. not as part of a diff).
[rails.git] / stories / all.rb
1 dir = File.dirname(__FILE__)
2 Dir[File.expand_path("#{dir}/**/*.rb")].uniq.each do |file|
3   require file
4 end