Sf-60-Ruby-Cisco / BE-Ruby-Project

0 stars 0 forks source link

Create Repairs Controller & View #30

Closed apoltieva closed 2 years ago

apoltieva commented 2 years ago

Our application should be able to handle repair CRUD actions.

Steps: 1) create a RepairsController where the CRUD actions will be processed 2) create a form in the cars/show.html.slim where a user can add a repair 3) display a list of repairs in the cars/show.html.slim (hint: getting repairs this way would be done in CarsController and not in RepairsController)

Depends on issue #27