Sha256: f12531a2a9d0836a6294e35e2161f5d2ca4cf602a26d5fda3289f3e692009125
Contents?: true
Size: 237 Bytes
Versions: 86
Compression:
Stored size: 237 Bytes
Contents
module EducodeSales class ActivityStaff < ApplicationRecord belongs_to :activity belongs_to :staff, optional: true belongs_to :user, optional: true enum clazz_id: ['manage', 'assist', 'expert', 'invitation'] end end
Version data entries
86 entries across 86 versions & 1 rubygems