Genshin/GAKUEngine

View on GitHub
core/app/models/gaku/syllabus_teacher.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Gaku::SyllabusTeacher < ActiveRecord::Base
  belongs_to :teacher
  belongs_to :syllabus
end