parent
255596ea51
commit
91645926ff
@ -0,0 +1,11 @@ |
||||
module IFCModels |
||||
class IFCConversionJob < ::ApplicationJob |
||||
queue |
||||
|
||||
## |
||||
# Run the conversion of IFC to |
||||
def perform(ifc_model) |
||||
|
||||
end |
||||
end |
||||
end |
Loading…
Reference in new issue