ref: master
plugins/avaliacoes/lib/ext/profile.rb
1 2 3 4 5 6 7 8
require_dependency 'profile' class Profile has_one :avaliacoes_student, primary_key: :identifier, foreign_key: :ID, class_name: 'AvaliacoesPlugin::Student' has_many :avaliacoes_grades, through: :avaliacoes_user, source: :grades end