blob: af5f2707b15d51208ae5502933a43c4e39811a60 (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
 | # Load Rails Rakefile extensions
%w(
  annotations
  documentation
  framework
  log
  middleware
  misc
  routes
  statistics
  tmp
).each do |task|
  load "rails/tasks/#{task}.rake"
end
 |