FarmBot/Farmbot-Web-App

View on GitHub
app/models/plant_template.rb

Summary

Maintainability
A
0 mins
Test Coverage
# Not to be confused with "plants"- This is used for garden planning and does
# not represent a real plant in the dirt.
class PlantTemplate < ApplicationRecord
  belongs_to :device
  belongs_to :saved_garden
end