| Article: |
Rolling with Ruby on Rails, Part 2 | |
| Subject: | error in section "Showing recipes in a category" | |
| Date: | 2006-03-30 01:32:26 | |
| From: | wilfordbrimley | |
|
Please correct me if i'm wrong, but i think on page 3 of this, in the section at the top, where it says: Then edit c:\rails\cookbook\app\views\recipe\list.rhtml to look like this: it should be: "Then edit c:\rails\cookbook\app\views\category\list.rhtml to look like this:"
|
||
Showing messages 1 through 1 of 1.
-
error in section "Showing recipes in a category"
2006-03-30 07:19:48 Curt Hibbs |
[View]
No, its correct, as is. We are modifying the page that displays a list of recipes (not the page the displays a list of categories). But we are modifying this displayed list of recipes to be able to filter that list and display recipes in a particular category.


