You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
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:
6:
7:
The text was updated successfully, but these errors were encountered: