LiteracyVolunteersOfMA/lvm-rails

View on GitHub
app/models/tagging.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Tagging < ApplicationRecord
  belongs_to :student
  belongs_to :tutor
  belongs_to :tag
end