Updated patches and hooks

This commit is contained in:
2026-03-21 00:09:42 -04:00
parent ee2ab04206
commit eacdecd65b
9 changed files with 379 additions and 390 deletions

View File

@@ -43,10 +43,4 @@ Redmine::Plugin.register :redmine_qbo do
end
# Dynamically load all Hooks & Patches recursively
base_dir = File.join(File.dirname(__FILE__), 'lib')
# '**' looks inside subdirectories, '*.rb' matches Ruby files
Dir.glob(File.join(base_dir, '**', '*.rb')).sort.each do |file|
require file
end
RedmineQbo.setup