blob: 44c014efe813114d1dc41616e2c5f05d02ee60ed (
plain) (
tree)
|
|
$VERBOSE = nil
# Load Rails rakefile extensions
%w(
annotations
documentation
framework
log
middleware
misc
routes
statistics
testing
tmp
).each do |task|
load "rails/tasks/#{task}.rake"
end
|