aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/vendor/thor-0.11.2/lib/thor/tasks.rb
blob: d1a7b1c6730046e849be2b2b93f92af9f114c896 (plain) (blame)
1
2
3
4
# This only loads all tasks inside tasks.
Dir[File.join(File.dirname(__FILE__), "tasks", "*.rb")].each do |task|
  require task
end