Sha256: 8f0297e879dff6c0ffc4f6b310ef650457b18bf85b337cf843a62a221a63406f
Contents?: true
Size: 281 Bytes
Versions: 4
Compression:
Stored size: 281 Bytes
Contents
Kms::Seo::Engine.routes.draw do constraints(format: "json") do resources :redirects, format: true end end Rails.application.routes.draw do get '/sitemap.xml' => 'kms/public/sitemaps#show', format: 'xml' get '/robots.txt' => 'kms/public/robots#show', format: 'txt' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
kms_seo-1.0.2 | config/routes.rb |
kms_seo-1.0.1 | config/routes.rb |
kms_seo-1.0.0 | config/routes.rb |
kms_seo-0.2.0 | config/routes.rb |