5 lines
142 B
5 lines
142 B
3 years ago
|
class DataProtectionConfirmation < ApplicationRecord
|
||
|
belongs_to :organisation
|
||
|
belongs_to :data_protection_officer, class_name: "User"
|
||
|
end
|