Sha256: 47091ab1293ad7953710dc87d47c09beea689a04bb02c0f0c531181699419ee0
Contents?: true
Size: 212 Bytes
Versions: 10
Compression:
Stored size: 212 Bytes
Contents
module Gaku class LessonPlan < ActiveRecord::Base include Notes has_many :lessons has_many :attachments, as: :attachable belongs_to :syllabus validates :syllabus, presence: true end end
Version data entries
10 entries across 10 versions & 2 rubygems