Sha256: bb82f797737b8c62ee64ababdb7d7c340073e15c58ffc0baeeff230c30e26d97

Contents?: true

Size: 251 Bytes

Versions: 35

Compression:

Stored size: 251 Bytes

Contents

module MinimumViableProduct
  class SeoController < ActionController::Base
    def robots
      render text: %%
  User-agent: *
  Disallow:
  Sitemap: #{MVP::Engine.routes.url_helpers.sitemap_url}
      %, content_type: "text/plain"
    end
  end
end

Version data entries

35 entries across 35 versions & 2 rubygems

Version Path
mvpkit-2.0.1 project/app/controllers/seo_controller.rb
mvpkit-2.0.0 project/app/controllers/seo_controller.rb
mvpkit-1.1.2 app/controllers/mvp/seo_controller.rb
mvpkit-1.1.1 app/controllers/mvp/seo_controller.rb
mvpkit-1.1.0 app/controllers/mvp/seo_controller.rb
mvpkit-1.0.4 app/controllers/mvp/seo_controller.rb
mvpkit-1.0.3 app/controllers/mvp/seo_controller.rb
mvpkit-1.0.2 app/controllers/mvp/seo_controller.rb
mvpkit-1.0.1 app/controllers/mvp/seo_controller.rb
mvpkit-1.0.0 app/controllers/mvp/seo_controller.rb
mvpkit-0.8.1 app/controllers/mvp/seo_controller.rb
mvpkit-0.8.0 app/controllers/mvp/seo_controller.rb
minimum_viable_product-0.7.15 app/controllers/minimum_viable_product/seo_controller.rb
minimum_viable_product-0.7.14 app/controllers/minimum_viable_product/seo_controller.rb
minimum_viable_product-0.7.13 app/controllers/minimum_viable_product/seo_controller.rb
minimum_viable_product-0.7.12 app/controllers/minimum_viable_product/seo_controller.rb
minimum_viable_product-0.7.11 app/controllers/minimum_viable_product/seo_controller.rb
minimum_viable_product-0.7.10 app/controllers/minimum_viable_product/seo_controller.rb
minimum_viable_product-0.7.9 app/controllers/minimum_viable_product/seo_controller.rb
minimum_viable_product-0.7.8 app/controllers/minimum_viable_product/seo_controller.rb