search for: 60661c80

Displaying 1 result from an estimated 1 matches for "60661c80".

Did you mean: 606618
2006 Jan 09
6
Nil column results, possible to ignore?
For a table "clients" there are city, state, and zip fields. However, for some clients we only have a state with no actual address. The following code throws a "You have a nil object" error when outputting my client list. Is there a way around this, short of writing a specific case for each possibility? <%= client.city + '', '' + client.state +