In seed.rb there is a super user called "Admin". The admin should be able to upload/create a car that will be fetched by the client. Admin should have many cars.
The car product should have:
- Model name
- brand name
- Price
- year of manufacture
- price
- image or images
In seed.rb there is a super user called "Admin". The admin should be able to upload/create a car that will be fetched by the client. Admin should have many cars.
The car product should have: