]> git.openstreetmap.org Git - rails.git/blob - stories/all.rb
updated rake task to grab 1000 records at a time
[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