]> git.openstreetmap.org Git - rails.git/blob - stories/all.rb
Make ways_for_node work with the multipart primary key stuff.
[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