Sha256: b0b666fcf85ddab87503dc482d213a495fd0ed949d6d330310cbed7949365f80

Contents?: true

Size: 221 Bytes

Versions: 1

Compression:

Stored size: 221 Bytes

Contents

module Spotlight::Resources
  # harvest Images from IIIF Manifest and turn them into a Spotlight::Resource
  class IiifHarvester < Spotlight::Resource
    self.weight = -5000

    after_save :harvest_resources


  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spotlight-resources-iiif-0.0.1 app/models/spotlight/resources/iiif_harvester.rb