OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/modules/bim_seeder/lib/open_project/bim_seeder.rb

9 lines
313 B

module OpenProject
module BimSeeder
require "open_project/bim_seeder/engine"
# The DesignPatch is not a typical method patch, as it replaces a constant and thus needs to be applied without the
# standard patch logic for plugins.
require "open_project/bim_seeder/patches/design_patch"
end
end