module Bulkrax::HasLocalProcessing
Public Instance Methods
add_local()
click to toggle source
This method is called during build_metadata add any special processing here, for example to reset a metadata property to add a custom property from outside of the import data
# File lib/generators/bulkrax/templates/app/models/concerns/bulkrax/has_local_processing.rb, line 7 def add_local; end