Sha256: 79e856c52857db928825f85f653f3f28cf0572a58aa28c482fc5445880dbd486
Contents?: true
Size: 268 Bytes
Versions: 53
Compression:
Stored size: 268 Bytes
Contents
if Rails.env.development? # Set save path to a git-ignored destination for development environment # comment these lines to use the default `Rails.root/public` instead Sitemap.configure do |config| config.save_path = Rails.root.join("tmp") end end
Version data entries
53 entries across 53 versions & 1 rubygems