>> So are they just local variables within that method? Can you do a >> global search for setax and make sure they are not defined elsewhere >> also. The only way I can see you getting the effect you are seeing in >> the debugger is if there is more than one var of that name and the >> debugger is showing the wrong one. You could rename it in that method >> to see what happens. >> >> Colin > > I'll try to post the terminal output soon. It is setax, I had tried > @setax to see if it made a difference, it didn't. Yes, they are just > local variables used only in search.rb. I renamed them too, no dice. > > Thanks
OK. Problem solved. Rails ignorance. Your right Colin, ludicrous. Thank you for your help Colin and everyone!! -- Posted via http://www.ruby-forum.com/. -- 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.

