Sha256: e34fb600f67358e8c2fd8a4c8e271cfdffc807e17ff9adc231ebaa4cacfc2438
Contents?: true
Size: 208 Bytes
Versions: 21
Compression:
Stored size: 208 Bytes
Contents
# typed: strict class Headmaster < ApplicationRecord belongs_to :school, required: false belongs_to :wizard, optional: true validates :school, presence: true validates :wizard_id, presence: true end
Version data entries
21 entries across 16 versions & 1 rubygems