Chris McDonough
2011-09-07 0507ac4cdb9515b447affdcf23eae20614d71fca
add ref to root factory docs
1 files modified
3 ■■■■ changed files
pyramid/config/routes.py 3 ●●●● patch | view | raw | blame | history
pyramid/config/routes.py
@@ -63,7 +63,8 @@
          Python name` which refers to the same object that will generate a
          :app:`Pyramid` root resource object when this route matches. For
          example, ``mypackage.resources.MyFactory``.  If this argument is
          not specified, a default root factory will be used.
          not specified, a default root factory will be used.  See
          :ref:`the_resource_tree` for more information about root factories.
        traverse