class TitleAward < ApplicationRecord belongs_to :title belongs_to :character validates :character_id, uniqueness: { scope: :title_id } end