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

Version Path
gaku_core-0.3.0.pre.2 app/models/gaku/student_guardian.rb
gaku_core-0.3.0.pre.1 app/models/gaku/student_guardian.rb
gaku_core-0.3.0.pre.0 app/models/gaku/student_guardian.rb
gaku-0.2.4 core/app/models/gaku/student_guardian.rb
gaku_core-0.2.4 app/models/gaku/student_guardian.rb
gaku-0.2.3 core/app/models/gaku/student_guardian.rb
gaku_core-0.2.3 app/models/gaku/student_guardian.rb
gaku-0.2.2 core/app/models/gaku/student_guardian.rb
gaku_core-0.2.2 app/models/gaku/student_guardian.rb
gaku-0.2.1 core/app/models/gaku/student_guardian.rb
gaku_core-0.2.1 app/models/gaku/student_guardian.rb
gaku-0.2.0 core/app/models/gaku/student_guardian.rb
gaku_core-0.2.0 app/models/gaku/student_guardian.rb