search for: f098a0aab809af4ae41b295699e20351

Displaying 1 result from an estimated 1 matches for "f098a0aab809af4ae41b295699e20351".

2006 Jul 12
5
validates_peresence_of
Is there an expert validater that can point me in the right direction? I''ve looked for extended documentation on ''validates_presence_of'' but i can''t seem to find any. I''m trying to make sure that i don''t enter a nil object in my database, so i''ve added validate_presence_of to my Record Model. i.e. --> class Record <