summaryrefslogtreecommitdiff
path: root/app/models/raft.rb
blob: 3fe59282f3bb21840b7933274f747039b4541182 (plain)
1
2
3
4
5
class Raft < ApplicationRecord
  belongs_to :bed
  belongs_to :crop, optional: true
  validates :location, presence: true, uniqueness: { scope: :bed_id }
end
Copyright 2019--2025 Marius PETER