10aa55a770
When a user accepts, we store this in the agreements to keep track of which terms they accepted. We also update the flag on the user.
6 lines
78 B
Ruby
6 lines
78 B
Ruby
FactoryBot.define do
|
|
factory :term_agreement do
|
|
term
|
|
user
|
|
end
|
|
end
|