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