Displaying 1 result from an estimated 1 matches for "frozen_edge".
2006 Mar 10
4
validation is giving me heartburn
this one is killing me. all i want to do is validate the format of
user-entered software versions. so in the model i have:
validates_format_of :version,
:message=>"Not valid version number."
:with=>/[0-9]\.[0-9]{2}\.[0-9]{2}\.[0-9]{2}\.[0-9]{2}/
the form field is simply the scaffold form code:
<p><label