Skip to content

Commit 0332c18

Browse files
committed
Add line information
1 parent 34963be commit 0332c18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/propel.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,9 @@ have a route that maps a product id to an update action in a controller::
214214

215215
Updating an object involves just three steps:
216216

217-
#. fetching the object from Propel;
218-
#. modifying the object;
219-
#. saving it.
217+
#. fetching the object from Propel (line 6 - 13);
218+
#. modifying the object (line 15);
219+
#. saving it (line 16).
220220

221221
Deleting an Object
222222
~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)