elauervose / MentorProgram

This is a community mentoring program app
mentor-program.hatsnpants.com
5 stars 7 forks source link

Checked categories turned into text fields on failed Ask submission #42

Closed nreich closed 11 years ago

nreich commented 11 years ago

A text field appears for each check option in failed submission (but no blank one for user to put in own custom category.

nreich commented 11 years ago

Needed to pass a new Category object into fields_for to prevent it from running over a collection after failed form submission.