gayle / two_tents

[If you start working on an issue, please assign it to yourself so others know that issue is in progress.] - [If you finish an issue, please tag it Fixed so that user acceptance testing can be performed. The issue will be closed by the tester.]
14 stars 6 forks source link

Upgrade ruby models #194

Open gayle opened 9 years ago

gayle commented 9 years ago

Take Rails 2 models and make them Rails 4 models that use the same database tables.

[x] age_group [x] audit_trail [x] participant [x] year [x] family [ ] role [ ] user [ ] contact - this model stores data that was entered on the contact form. I'm not sure why this is an active record model, and I don't think we need to persist that data. The contact form should just be there to send an email to someone. May need to write a migration to remove this table. [ ] contact_mailer

And helpers [ ] ApplicationHelper [ ] others?