Sha256: 92fc1ed4225f95c9c0b7985ba5aa431821281c734b9a510b47aa72ee61005378
Contents?: true
Size: 307 Bytes
Versions: 67
Compression:
Stored size: 307 Bytes
Contents
class Account < CoalescingPanda::LtiAccount has_many :terms, foreign_key: :coalescing_panda_lti_account_id, class_name: 'Term' has_many :courses, foreign_key: :coalescing_panda_lti_account_id, class_name: 'Course' has_many :users, foreign_key: :coalescing_panda_lti_account_id, class_name: 'User' end
Version data entries
67 entries across 67 versions & 1 rubygems