codeforkansascity / clear_my_record_backend

Backend API Code for Clear My Record, an application to assist people the process of expunging their criminal convictions.
MIT License
5 stars 3 forks source link

Call super in custom constructor for Qualifying_Answer. #22

Closed ejmg closed 5 years ago

ejmg commented 5 years ago

Flask-sqlalchemy docs make it clear this is in our interest, it preserves all normally expected behavior of the default constructor in addition to whatever additional behavior we want.

The relevant code is in the constructor for Qualifying_Answers