class PactBroker::UI::PathInfoFixer
Constants
- PATH_INFO
Public Class Methods
Public Instance Methods
Source
# File lib/pact_broker/ui/app.rb, line 20 def call env env[PATH_INFO] = "/" if env[PATH_INFO] == "" @app.call(env) end
# File lib/pact_broker/ui/app.rb, line 20 def call env env[PATH_INFO] = "/" if env[PATH_INFO] == "" @app.call(env) end