search for: productvariation_

Displaying 1 result from an estimated 1 matches for "productvariation_".

Did you mean: productvariation
2006 Mar 15
0
Grid making helper in view
...</tr>\n} end The problem I am having is with the yield statement. In the template I want my block to be the html for the cell, like so: <% print_grid_layout(@product.product_variations, "variations", 3) do |product_variation| %> <td class="normal" id="ProductVariation_<%= product_variation.id %>"> <strong><%=h product_variation.title %></strong> <br /> Catalog Num: <%=h product_variation.catalog_num %> <br /> Price: $<%=h product_variation.price %> <br /> </td> <% e...