mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
4 lines
107 B
Ruby
4 lines
107 B
Ruby
|
|
dir = File.dirname(__FILE__)
|
||
|
|
Dir[File.expand_path("#{dir}/**/*.rb")].uniq.each do |file|
|
||
|
|
require file
|
||
|
|
end
|