1 2 3 4 5
class Raft < ApplicationRecord belongs_to :bed belongs_to :crop validates :location, presence: true, uniqueness: { scope: :bed_id } end