codefordenver / encorelink

Connecting musician volunteers with healthcare centers
https://encorelink.herokuapp.com/
ISC License
20 stars 14 forks source link

Add over21 to user model #381

Closed jsullivan5 closed 6 years ago

jsullivan5 commented 6 years ago

This PR closes #378

What does this PR do?

This adds over21 { type: boolean } property to user model. The db schema now has the over21 column and that data is persisted when the over21 checkbox is clicked and saved.

How does this PR make you feel? Happy to help!!! 😀

eric-yates commented 6 years ago

Tested and worked!