Class: CdmMigrator::UpdateObjectJob

Inherits:
ActiveJob::Base
  • Object
show all
Defined in:
app/jobs/cdm_migrator/update_object_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(attributes) ⇒ Object



5
6
7
8
# File 'app/jobs/cdm_migrator/update_object_job.rb', line 5

def perform(attributes)
  obj = ActiveFedora::Base.find

end