Sha256: 6b832602cb09460630b699c4f33e8bafa41101da64448e65c8a52ebeb66526bd

Contents?: true

Size: 380 Bytes

Versions: 21

Compression:

Stored size: 380 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
    belongs_to :staff
    belongs_to :stage, class_name: 'Common'
    belongs_to :clazz, class_name: 'Common'


  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
educode_sales-0.1.7 app/models/educode_sales/follow_up.rb