class Spotlight::Dor::Resources::InstallGenerator

Public Instance Methods

inject_spotlight_dor_resources_routes() click to toggle source
# File lib/generators/spotlight/dor/resources/install_generator.rb, line 10
def inject_spotlight_dor_resources_routes
  route "mount Spotlight::Dor::Resources::Engine, at: 'spotlight_dor_resources'"
end