Query help

hi…
what does the below code ?
conditions << “company_id = #{company_id}” unless company_id.nil?

pls explain.
thank you

Hi,

The question should be “Why is this bad code?”
The answer for your question is that it append the company_id to
the conditions there is a company_id.

ciao, tom

On Feb 2, 7:38 am, Newb N. [email protected] wrote:

hi…
what does the below code ?
conditions << “company_id = #{company_id}” unless company_id.nil?

pls explain.
thank you

Posted viahttp://www.ruby-forum.com/.


Thomas R. “TomK32” Koll <> http://ananasblau.com
just a geek trying to change the world
TomK32 (Thomas R. Koll) · GitHub