Scott-Borecki / little-esty-shop

0 stars 2 forks source link

Merchant Invoices Index #27

Open Scott-Borecki opened 3 years ago

Scott-Borecki commented 3 years ago

As a merchant, When I visit my merchant's invoices index (/merchants/merchant_id/invoices) Then I see all of the invoices that include at least one of my merchant's items And for each invoice I see its id And each id links to the merchant invoice show page

kabcouwer commented 3 years ago

REFACTOR: Could refactor to use routes path prefix for path. It may be something like merchant_invoice_path. Double check by running rails routes.