On 16 September 2011 16:07, Jonathan S. <[email protected]> wrote: > @leoncio: > > I was responding to Fred's suggestion that params was being overwritten > because it was mentioned in the if statement in the original code. > Forget my replies to Fred, do you have any idea why the params variable > is being made nil in the original post?
Use ruby-debug to break into the code and see what is happening. See the Rails Guide on debugging if you do not know how to do that. Colin -- gplus.to/clanlaw -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

