Sha256: 447abc4b519a742e68e868aed68fbc93eac78ecb8f52508c44ccd50c050d0ce1
Contents?: true
Size: 433 Bytes
Versions: 59
Compression:
Stored size: 433 Bytes
Contents
module EducodeSales class IdeaFollow < ApplicationRecord belongs_to :idea, optional: true, counter_cache: true belongs_to :staff, optional: true belongs_to :sale_staff, class_name: "Staff", foreign_key: "sale_staff_id", optional: true belongs_to :idea_staff, class_name: "Staff", foreign_key: "idea_staff_id", optional: true belongs_to :school, optional: true enum status: %w[未完成 已完成] end end
Version data entries
59 entries across 59 versions & 1 rubygems