Sha256: 4830dfb74fc6003373a5bb0034ad4b59913460a67f4c42e56886db7e2c38075d
Contents?: true
Size: 240 Bytes
Versions: 26
Compression:
Stored size: 240 Bytes
Contents
# frozen_string_literal: true module Shimmer class SitemapsController < ActionController::Base def show path = "sitemaps/#{params.require(:path)}.gz" send_data ActiveStorage::Blob.service.download(path) end end end
Version data entries
26 entries across 26 versions & 1 rubygems