diff --git a/app/services/imports/scheme_location_import_service.rb b/app/services/imports/scheme_location_import_service.rb index 93093e6da..7b6cbf6af 100644 --- a/app/services/imports/scheme_location_import_service.rb +++ b/app/services/imports/scheme_location_import_service.rb @@ -1,4 +1,5 @@ module Imports + class SchemeLocationImportService < ImportService def create_scheme_locations(folder) import_from(folder, :create_scheme_location)