app/parsers/bulkrax/xml_parser.rb in bulkrax-4.4.2 vs app/parsers/bulkrax/xml_parser.rb in bulkrax-5.0.0

- old
+ new

@@ -10,9 +10,15 @@ def collection_entry_class; end # @todo not yet supported def create_collections; end + # @todo not yet supported + def file_set_entry_class; end + + # @todo not yet supported + def create_file_sets; end + # TODO: change to differentiate between collection and work records when adding ability to import collection metadata def works_total total end