Sha256: 3b5a5677cb31bf2e2f326b74b74b0a3ebfa9d6403632e2b490ab0ba34fc50856
Contents?: true
Size: 190 Bytes
Versions: 39
Compression:
Stored size: 190 Bytes
Contents
module EducodeSales class MoneyPlanRecord < ApplicationRecord belongs_to :staff belongs_to :business, optional: true has_many :money_plan_claims, dependent: :destroy end end
Version data entries
39 entries across 39 versions & 1 rubygems