Ruby on Rails
Sunday, March 5, 2017
It works fine in the show method, but fails in add_to_cart.
On Sunday, March 5, 2017 at 1:37:54 PM UTC-5, Hassan Schroeder wrote:
-- On Sunday, March 5, 2017 at 1:37:54 PM UTC-5, Hassan Schroeder wrote:
On Sun, Mar 5, 2017 at 10:23 AM, Joe Guerra <JGu...@jginfosys.com> wrote:
> def calc_remaining
> @taken = Cart.where('product_id' => @product).count
>
> @remaining = @product.qty - @taken
> end
> but when I call it from my add to cart method, @product.qty is undefined
> method `qty' for nil:NilClass.
And that tells you that @product is nil at that point. Where is the code
that sets that variable?
--
Hassan Schroeder ------------------------ hassan.s...@gmail.com
twitter: @hassan
Consulting Availability : Silicon Valley or remote
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/2d7bf5a5-ee9b-40e3-acf4-c4b6c7ca1e4a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment