search for: person_languag

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

Did you mean: person_languages
2006 Dec 20
3
Conditional :value in text_field?
<p> <label for="person_languages">Languages</label> <%= text_field ''person'', ''languages'', {:value => "English" } %> </p> I only want to send the value of "English" if @person.languages.empty? Rails doesn''t like my attempts so far. H...