Sha256: f9262732afb95b73734a1a92b621f0e057b0d302f531c1e08f64dd8c4e50b0d1
Contents?: true
Size: 176 Bytes
Versions: 16
Compression:
Stored size: 176 Bytes
Contents
module Gaku class Lesson < ActiveRecord::Base belongs_to :lesson_plan has_many :attendances, as: :attendancable validates :lesson_plan, presence: true end end
Version data entries
16 entries across 16 versions & 2 rubygems