Displaying 1 result from an estimated 1 matches for "shipping_address_postcod".
Did you mean:
shipping_address_postcode
2006 Mar 25
1
undefined local variable or method `errors'' for Customer:Class
If I add the following line to my customer model:
errors.add(:shipping_address_postcode, "has invalid format") unless
:shipping_address_postcode =~ /[0-9]*/
I get an error when trying to save a record:
undefined local variable or method `errors'' for Customer:Class
I got this example from the Agile book. Anyone know what I''ve missed?
Thanks,
Dan