1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib/rails/tasks.rb
Godfrey Chan 9e80c29cd5 rake initializer -> rake initializers
Also edited the copy to be more consistent with `rake routes`.

See #19323.
2015-03-20 15:51:01 -07:00

17 lines
213 B
Ruby

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