##// END OF EJS Templates
Load rake tasks from Redmine plugins (#10816)....
Jean-Philippe Lang -
r9432:36ee2b24bdde
parent child
Show More
@@ -84,3 +84,6 namespace :redmine do
84 end
84 end
85 end
85 end
86 end
86 end
87
88 # Load plugins' rake tasks
89 Dir[File.join(Rails.root, "plugins/*/lib/tasks/**/*.rake")].sort.each { |ext| load ext }
General Comments 0
You need to be logged in to leave comments. Login now