iotait / fundraising

0 stars 1 forks source link

15 refactor to user model #23

Closed tannerwernecke closed 4 years ago

tannerwernecke commented 4 years ago

Addresses #15

Teachers, Admins and Students all share attributes. We want to abstract these similarities to a user. model. Teachers, Admins and Students now inherit from User. Additional specs were written to validate the new models and relations.