From fb6a5ce52a275f7798e82a34b5907ea118cbd2ff Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 18 Dec 2010 02:27:14 -0500 Subject: model -> resource; resource -> asset --- docs/narr/extending.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/narr/extending.rst') diff --git a/docs/narr/extending.rst b/docs/narr/extending.rst index 1f9fd1288..9802a01f6 100644 --- a/docs/narr/extending.rst +++ b/docs/narr/extending.rst @@ -191,15 +191,15 @@ the original application with slight tweaks. For example: :linenos: -A similar pattern can be used to *extend* the application with -```` declarations. Just register a new view against some -existing model type and make sure the URLs it implies are available on -some other page rendering. +A similar pattern can be used to *extend* the application with ```` +declarations. Just register a new view against some existing resource type +(using ``context``) and make sure the URLs it implies are available on some +other page rendering. .. index:: pair: overriding; routes -- cgit v1.2.3