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