FarmBot/Farmbot-Web-App

View on GitHub
app/mutations/webcam_feeds/destroy.rb

Summary

Maintainability
A
0 mins
Test Coverage
module WebcamFeeds
  Destroy = CreateDestroyer.run!(resource: WebcamFeed,
                                 singular_name: "webcam_feed")
end