Sha256: 4768ea8d4b91e425f4dccf375a9c1b3719dc4f78435305c4b83ea1f9a444154d
Contents?: true
Size: 156 Bytes
Versions: 224
Compression:
Stored size: 156 Bytes
Contents
module EducodeSales class OperationPlan < ApplicationRecord belongs_to :staff belongs_to :teacher validates :month, presence: true end end
Version data entries
224 entries across 224 versions & 1 rubygems