search for: essay_tag

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

Did you mean: essay_tags
2006 Feb 25
1
How to pre-populate Edit form in rails?
In our rails application, there is a model called Essay and another called Tag. Essay ''has_and_belongs_to_many'' tags. When a user CREATEs an essay, he gives the text in a text field which corresponds to a database column in the essays table. The _form.rhtml also provides a text area that lets the user tag the essay with keywords. The text area does not correspond directly to