Sha256: 71f9fe663c6db428a1f15c8d3df9c67a70a9a94795788e7ad9552ea8b210eec4

Contents?: true

Size: 300 Bytes

Versions: 6

Compression:

Stored size: 300 Bytes

Contents

module Roboto
  #A Rails Engine for managing environment specific robots.txt files
  class Engine < Rails::Engine
    isolate_namespace Roboto

    initializer "roboto rounting" do
      require "roboto/routing"
      ActionDispatch::Routing::Mapper.send(:include, Roboto::Routing)
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
roboto-1.0.1 lib/roboto/engine.rb
roboto-1.0.0 lib/roboto/engine.rb
roboto-0.2.0 lib/roboto/engine.rb
roboto-0.1.0 lib/roboto/engine.rb
roboto-0.0.2 lib/roboto/engine.rb
roboto-0.0.1 lib/roboto/engine.rb