Merge pull request #22373 from yui-knk/ad_constraints

Add `Routing` namespace to point appropriate constant
This commit is contained in:
Yves Senn 2015-11-30 09:12:06 +01:00
commit 391567d457
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ module ActionDispatch
class Mapper
URL_OPTIONS = [:protocol, :subdomain, :domain, :host, :port]
class Constraints < Endpoint #:nodoc:
class Constraints < Routing::Endpoint #:nodoc:
attr_reader :app, :constraints
SERVE = ->(app, req) { app.serve req }