Sha256: 21b51929219d312648a6fc013cb581ecb8ee73d7a85c32a3e1eecf152841fc5f
Contents?: true
Size: 149 Bytes
Versions: 13
Compression:
Stored size: 149 Bytes
Contents
module Gaku class StudentGuardian < ActiveRecord::Base belongs_to :student, counter_cache: :guardians_count belongs_to :guardian end end
Version data entries
13 entries across 13 versions & 2 rubygems