Displaying 1 result from an estimated 1 matches for "decscended".
Did you mean:
decended
2006 Feb 19
3
Is there a ''right'' way to do _tag field validation?
I''m reading the Ruby on Rails book by the pragmatic programmers, and it has
a brief section on using the _tag input fields (text_field_tag, etc) to
collect form data for fields that don''t represent fields in a model. They
do validation manually in the controller, which seems really clunky. Is
there any way to normalize the form validation between model input fields
and non-model