search for: 7c8cd362

Displaying 1 result from an estimated 1 matches for "7c8cd362".

Did you mean: 78cdf62
2006 Jun 30
3
How do I seach for this in the api ?
<% for product in @products %> <%= h(product.description) %> It is simple code I see, but it has no umm classes I think <% for product <-- that can be fish in @products <-- this is the table I know %> <%= h(product <-- so this can be fish as well .description<-- this is the object to show the table field) %> But what would <% for()