The application form needs a place for the applicant to describe 0 or more "honors and awards received."
An Award:
belongs to an application
has a name, date, and description (all required and in the migration don't allow null)
For now, don't worry about letting the applicant specify more than one award. Just focus on creating the new model, and displaying the fields for it in the Application form, and properly creating/displaying it wherever appropriate.
The application form needs a place for the applicant to describe 0 or more "honors and awards received."
An Award:
For now, don't worry about letting the applicant specify more than one award. Just focus on creating the new model, and displaying the fields for it in the Application form, and properly creating/displaying it wherever appropriate.