class Raft < ApplicationRecord belongs_to :bed belongs_to :crop, optional: true validates :location, presence: true, uniqueness: { scope: :bed_id } end