Sha256: f8661e622614b12a772c07c75eae03c393bc123a001a02355f585daf6d9efc65
Contents?: true
Size: 197 Bytes
Versions: 16
Compression:
Stored size: 197 Bytes
Contents
module Gaku class Badge < ActiveRecord::Base belongs_to :student, counter_cache: :badges_count belongs_to :badge_type validates :badge_type_id, :student_id, presence: true end end
Version data entries
16 entries across 16 versions & 2 rubygems