aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/tasks.rb
blob: a5e4d2935e55a6a0155dd6949c08510c107e0650 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
require 'rake'

# Load Rails Rakefile extensions
%w(
  annotations
  framework
  log
  middleware
  misc
  restart
  routes
  statistics
  tmp
).each do |task|
  load "rails/tasks/#{task}.rake"
end