Sha256: 667e367d33423da2d853dd92402c9e04560896222f16c69cdcfef82f41835d39
Contents?: true
Size: 212 Bytes
Versions: 16
Compression:
Stored size: 212 Bytes
Contents
module Gaku class Faculty < ActiveRecord::Base include Addresses, Contacts has_many :school_roles, as: :school_rolable has_many :students has_many :class_groups has_many :courses end end
Version data entries
16 entries across 16 versions & 2 rubygems