Sha256: 7c433bfdd7047a03ed0de43ea026ce5819e4875ada33bcf45aa44ba9c1ac3b42

Contents?: true

Size: 236 Bytes

Versions: 62

Compression:

Stored size: 236 Bytes

Contents

module Workarea
  module Storefront
    class SitemapsController < Storefront::ApplicationController
      before_action :cache_page

      def show
        @sitemap = TaxonomySitemap.new(view_model_options)
      end
    end
  end
end

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-storefront-3.4.13 app/controllers/workarea/storefront/sitemaps_controller.rb
workarea-storefront-3.4.12 app/controllers/workarea/storefront/sitemaps_controller.rb