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