class Spotlight::Resources::Iiif::InstallGenerator

Public Instance Methods

inject_spotlight_iiif_routes() click to toggle source
# File lib/generators/spotlight/resources/iiif/install_generator.rb, line 9
def inject_spotlight_iiif_routes
  route "mount Spotlight::Resources::Iiif::Engine, at: 'spotlight_resources_iiif'"
end