Class: ResolrizeJob

Inherits:
Hyrax::ApplicationJob show all
Defined in:
app/jobs/resolrize_job.rb

Instance Method Summary collapse

Instance Method Details

#performObject



3
4
5
# File 'app/jobs/resolrize_job.rb', line 3

def perform
  ActiveFedora::Base.reindex_everything
end