sumeetjain / outcomes-tracker

0 stars 0 forks source link

Create Salaries #10

Closed halfghaninne closed 8 years ago

halfghaninne commented 8 years ago
tsbutler commented 8 years ago

This, much like with issue #9, also has tests that need writing. That's what I'm on now.

tsbutler commented 8 years ago

Still need to do the test, but the error we were getting when we tried to create a new position is no more. It was fixed by adding a position_id column to the salaries resource. With the addition of a foreign key the app stopped having conniptions whenever we tried to create a new position.