Farmbot-Web-App/app/models/crop.rb

10 lines
120 B
Ruby

#
class Crop
include Mongoid::Document
belongs_to :device
field :x, type: Integer
field :y, type: Integer
end