AELSchauer / turing-rails_engine_api

1 stars 0 forks source link

adds record and relationship endpoints for invoiceitems #72

Closed alfosco closed 7 years ago

alfosco commented 7 years ago

-amends the routes for invoice_items -creates directory app/controllers/api/v1/invoice_items that has the finders_controller, invoice_controller, and item_controller -spec harness passes -adds tests for invoice_items record endpoints (for record endpoints it doesn't test for find by created_at/updated_at; I could not get the test to work for those and didn't want to waste anymore time, they pass on the spec harness though) and relationship endpoints