Sha256: fb546e988012a599b838749d60c1bcbfc241a18b2063c75bcec5c9b5f5995709
Contents?: true
Size: 409 Bytes
Versions: 79
Compression:
Stored size: 409 Bytes
Contents
require 'sitemap_generator' # TODO: Update the default host to match your deployment environment SitemapGenerator::Sitemap.default_host = 'http://localhost/' SitemapGenerator::Interpreter.send :include, Rails.application.routes.url_helpers SitemapGenerator::Interpreter.send :include, Spotlight::Engine.routes.url_helpers SitemapGenerator::Sitemap.create do Spotlight::Sitemap.add_all_exhibits(self) end
Version data entries
79 entries across 79 versions & 1 rubygems