UNC-Libraries/hy-c

View on GitHub
lib/tasks/list_file_sets.rake

Summary

Maintainability
Test Coverage
# frozen_string_literal: true
desc 'Create a csv of file_sets that do not have files associated with them'
task list_file_sets: :environment do
  ListFileSetsWithoutFilesJob.perform_later
end