Sha256: 1a15899780ae46fae23a4afce5a5aea06618d1a1575cdc555fedef140d2b970b

Contents?: true

Size: 252 Bytes

Versions: 7

Compression:

Stored size: 252 Bytes

Contents

module ComfortableMexicanLoveseat
  class Engine < ::Rails::Engine
    initializer "redirect trailing slash urls" do |app|
      app.middleware.insert_before(Rack::Runtime, Rack::Rewrite) do
        r301 %r{^/(.*)/$}, '/$1'
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
comfortable_mexican_loveseat-0.0.13 lib/comfortable_mexican_loveseat/engine.rb
comfortable_mexican_loveseat-0.0.12 lib/comfortable_mexican_loveseat/engine.rb
comfortable_mexican_loveseat-0.0.11 lib/comfortable_mexican_loveseat/engine.rb
comfortable_mexican_loveseat-0.0.10 lib/comfortable_mexican_loveseat/engine.rb
comfortable_mexican_loveseat-0.0.9 lib/comfortable_mexican_loveseat/engine.rb
comfortable_mexican_loveseat-0.0.8 lib/comfortable_mexican_loveseat/engine.rb
comfortable_mexican_loveseat-0.0.7 lib/comfortable_mexican_loveseat/engine.rb