Sha256: add58f8448d93f8c4a7c84b9d4558e455c15b53029ad8f24d9e0148e813b0b1d
Contents?: true
Size: 186 Bytes
Versions: 200
Compression:
Stored size: 186 Bytes
Contents
module EducodeSales class TeacherFollow < ApplicationRecord belongs_to :teacher, counter_cache: true belongs_to :staff belongs_to :attitude, class_name: 'Common' end end
Version data entries
200 entries across 200 versions & 1 rubygems