Flowdock
method

make_route

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: ActionDispatch::Routing::Mapper::Mapping
make_route(name, precedence) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 179
        def make_route(name, precedence)
          Journey::Route.new(name: name, app: application, path: path, constraints: conditions,
                             required_defaults: required_defaults, defaults: defaults,
                             request_method_match: request_method, precedence: precedence,
                             scope_options: scope_options, internal: @internal)
        end
Register or log in to add new notes.