Sha256: dc5d7f7bc4b31396b59cf9c2bda482a09d4818e81002420d4e11d67b8de615c6

Contents?: true

Size: 151 Bytes

Versions: 10

Compression:

Stored size: 151 Bytes

Contents

module Gaku
  class StudentGuardian < ActiveRecord::Base

    belongs_to :student, counter_cache: :guardians_count
    belongs_to :guardian

  end
end

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
gaku-0.1.1 core/app/models/gaku/student_guardian.rb
gaku_core-0.1.1 app/models/gaku/student_guardian.rb
gaku-0.1.0 core/app/models/gaku/student_guardian.rb
gaku_core-0.1.0 app/models/gaku/student_guardian.rb
gaku_core-0.0.3 app/models/gaku/student_guardian.rb
gaku-0.0.3 core/app/models/gaku/student_guardian.rb
gaku-0.0.2 core/app/models/gaku/student_guardian.rb
gaku_core-0.0.2 app/models/gaku/student_guardian.rb
gaku-0.0.1 core/app/models/gaku/student_guardian.rb
gaku_core-0.0.1 app/models/gaku/student_guardian.rb