On Sun, Mar 5, 2017 at 11:03 AM, Joe Guerra <jgue...@jginfosys.com> wrote:
> it is set up in the private section
>
> def set_product
>   @product = Product.find(params[:id])
> end

That's the method *definition*, but where are you calling it for this
request?

Every request sets up its own environment.

-- 
Hassan Schroeder ------------------------ hassan.schroe...@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+unsubscr...@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/CACmC4yDFR%2BfAE4_Eo8KTX0i7XZY2WtwC3ZYzD0uAt-h24%2BnrFA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to