seanmisra / a4

Dog Data: 4th project for CSCI E-15 at Harvard Extension - Spring '17 semester 🐕
http://a4.mizranca.com
0 stars 0 forks source link

Model/Controller Separation #47

Closed seanmisra closed 7 years ago

seanmisra commented 7 years ago

Put the direct database interaction in the Model (vs. Controller)

seanmisra commented 7 years ago

Took a look at this... In places added Model functions to remove repetition.