Updated patches and hooks

This commit is contained in:
2026-03-21 12:23:23 -04:00
parent ea73878c71
commit 097276e558
4 changed files with 32 additions and 24 deletions

View File

@@ -41,10 +41,4 @@ Redmine::Plugin.register :redmine_qbo_vehicles 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
RedmineQboVehicles.setup