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

0 stars 0 forks source link

Create Chargings Controller & View #31

Closed apoltieva closed 2 years ago

apoltieva commented 2 years ago

Our application should be able to handle charging CRUD actions.

Steps:

create a ChargingsController where the CRUD actions will be processed create a form in the cars/show.html.slim where a user can add a charging display a list of chargings in the cars/show.html.slim (hint: getting repairs this way would be done in CarsController and not in ChargingsController) Depends on issue https://github.com/Sf-60-Ruby-Cisco/BE-Ruby-Project/issues/28