class EditableContent < ApplicationRecord validates :key, presence: true, uniqueness: { scope: :path } end