Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

undefined method `*' for nil:NilClass #6

Closed
antarr opened this issue Dec 27, 2012 · 0 comments
Closed

undefined method `*' for nil:NilClass #6

antarr opened this issue Dec 27, 2012 · 0 comments

Comments

@antarr
Copy link

antarr commented Dec 27, 2012

I'm getting this exception using the show.html.erb in the demo application. You can view my current application in my bootstrapped_devise repo.
Thanks,

Antarr

undefined method `*' for nil:NilClass
Extracted source (around line #5):

2:
3: <%= render :partial => 'shopping_cart_item', :collection => @shopping_cart.shopping_cart_items %>
4:
5:

SubTotal:<%= number_to_currency @shopping_cart.subtotal %>

6:
Taxes:<%= number_to_currency @shopping_cart.taxes %>

7:
Total:<%= number_to_currency @shopping_cart.total %>

@antarr antarr closed this as completed Jan 10, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant