Sha256: e1c65d3f3a8edd67c0f962173da61a6949c26b1e330057cf4be0099e8929a4d8
Contents?: true
Size: 359 Bytes
Versions: 6
Compression:
Stored size: 359 Bytes
Contents
module EducodeSales class FollowUp < ApplicationRecord belongs_to :business, counter_cache: true belongs_to :place, optional: true has_many :money_plans has_many :key_person has_many :teachers, through: :key_person belongs_to :staff belongs_to :stage, class_name: 'Common' belongs_to :clazz, class_name: 'Common' end end
Version data entries
6 entries across 6 versions & 1 rubygems