aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/tasks.rb
blob: 2f82d1285d638ac2c9dca807a5f80880a1bac23c (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
  documentation
  framework
  log
  middleware
  misc
  routes
  statistics
  tmp
).each do |task|
  load "rails/tasks/#{task}.rake"
end