CodeforSouth / fbi-api

😴 Florida Business Inspections API
http://138.197.90.94/
MIT License
13 stars 5 forks source link

Assign resources id's in model (migrate schema for all to have an id in db) #81

Open ccjoel opened 7 years ago

ccjoel commented 7 years ago

Right now the api grabs whatever it thinks should be the id from the model retrieved from db, and assocs the id. The id should probably be a column on the db, and shouldnt have to be appended at the api layer.