Flowdock
new(set, scope, path, options) 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 60
        def initialize(set, scope, path, options)
          @set, @scope, @path, @options = set, scope, path, options
          @requirements, @conditions, @defaults = {}, {}, {}

          normalize_options!
          normalize_path!
          normalize_requirements!
          normalize_conditions!
          normalize_defaults!
        end
Register or log in to add new notes.