method

constraints

constraints(constraints = {})
public

No documentation available.

# File actionpack/lib/action_dispatch/routing/mapper.rb, line 376
        def constraints(constraints = {})
          scope(:constraints => constraints) { yield }
        end

1Note

Typo in matches? example

wader ยท Jun 10, 2011

Iphone example should be def self.matches?(request)