blob: 56f2eba31227173b7d0e3287288b4ab2988f3f72 (
plain) (
tree)
|
|
# frozen_string_literal: true
require "rake"
# Load Rails Rakefile extensions
%w(
annotations
dev
framework
initializers
log
middleware
misc
restart
tmp
yarn
).tap { |arr|
arr << "statistics" if Rake.application.current_scope.empty?
}.each do |task|
load "rails/tasks/#{task}.rake"
end
|