Sha256: cb37539767e7fcb4c5b759cf3c4232b9d9753ef72e582e1ca412d7450581a1a8
Contents?: true
Size: 251 Bytes
Versions: 1
Compression:
Stored size: 251 Bytes
Contents
require_dependency "mvp/application_controller" module Mvp class SeoController < ApplicationController def robots render text: %% User-agent: * Disallow: Sitemap: #{sitemap_url} %, content_type: "text/plain" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
minimum-viable-product-0.0.2 | app/controllers/mvp/seo_controller.rb |