I got the following error. My guess is that there is a ''private'' setting in the lineitem class, but I can''t find it :-( "NoMethodError in Carts#show Showing /Users/kwadwoadu/src/ruby-test/depot/app/views/carts/show.html.erb where line #11 raised: private method `total_price'' called for #<LineItem:0x007f98e108a0a8> Extracted source (around line #11): 8: <tr> 9: <td><%= item.quantity %>×</td> 10: <td><%= item.product.title %></td> 11: <td class="item_price"><%= number_to_currency(item.total_price) %></td> 12: </tr> 13: <% end %> 14: <tr class="total_line">" -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.