search for: total_cell

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

Did you mean: total_bill
2012 Feb 21
0
nil can't be coerced into BigDecimal Options
...t.title %></td> <td class="item_price" ><%= number_to_currency(item.total_price) %></td> </tr> <% end %> <tr class="total_line" > <td colspan="2" >Total</td> <td class="total_cell" ><%= number_to_currency(@cart.total_price) %></td> </tr> </table> <%= button_to ''Empty cart'', @cart, :method => :delete, :confirm => ''Are you sure?'' %> model/line_item.rb def total_price l...