Add conversion job

pull/7924/head
Oliver Günther 5 years ago committed by Wieland Lindenthal
parent 255596ea51
commit 91645926ff
  1. 11
      modules/ifc_models/app/workers/ifc_models/ifc_conversion_job.rb

@ -0,0 +1,11 @@
module IFCModels
class IFCConversionJob < ::ApplicationJob
queue
##
# Run the conversion of IFC to
def perform(ifc_model)
end
end
end
Loading…
Cancel
Save