Add min. age to terms of service (#34105)

This commit is contained in:
Eugen Rochko 2025-03-07 12:50:52 +01:00 committed by GitHub
parent feedab26f0
commit 2cabbae132
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 13 additions and 5 deletions

View file

@ -9,11 +9,12 @@ class TermsOfService::Generator
admin_email
arbitration_address
arbitration_website
choice_of_law
dmca_address
dmca_email
domain
jurisdiction
choice_of_law
min_age
).freeze
attr_accessor(*VARIABLES)

View file

@ -19,6 +19,9 @@
.fields-group
= form.input :domain, wrapper: :with_label
.fields-group
= form.input :min_age, wrapper: :with_label
.fields-group
= form.input :jurisdiction, wrapper: :with_label