Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade ruby models #194

Open
gayle opened this issue Feb 2, 2015 · 0 comments
Open

Upgrade ruby models #194

gayle opened this issue Feb 2, 2015 · 0 comments

Comments

@gayle
Copy link
Owner

gayle commented Feb 2, 2015

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?

@gayle gayle self-assigned this Feb 2, 2015
@gayle gayle added this to the Rails 4 Upgrade milestone Feb 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant