Displaying 1 result from an estimated 1 matches for "0a943704".
Did you mean:
0a243703
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()