Colt / YelpCamp

574 stars 561 forks source link

delete cloudindary images for delete route #10

Open Nspired1 opened 3 years ago

Nspired1 commented 3 years ago

Added some code that will delete images in cloudinary from the delete route. Technically, the code is in the campground controller, but it's the deleteCampground route that will initiate the action. Makes delete the same as the editCampground controller.

Minor inconvenience of having the cloudinary account get filled, though the campgrounds were deleted. Thinking about making the code shorter, but a friend at Salesforce said his department policy is "NO one line functions." Not even their smartest engineers remember what they did six months later. Better to write it out and make it easy to understand.