diff options
| -rw-r--r-- | actionpack/lib/action_dispatch/routing/mapper.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/routing/mapper.rb b/actionpack/lib/action_dispatch/routing/mapper.rb index 7c0404ca62..02f027cabf 100644 --- a/actionpack/lib/action_dispatch/routing/mapper.rb +++ b/actionpack/lib/action_dispatch/routing/mapper.rb @@ -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 }  | 
