SUSE/hackweek

View on GitHub
app/models/enrollment.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Enrollment < ApplicationRecord
  belongs_to :announcement
  belongs_to :user
end