Add effective date to terms of service (#33993)
This commit is contained in:
parent
84164270c6
commit
cadda2f957
67 changed files with 201 additions and 126 deletions
|
@ -5,4 +5,5 @@ Fabricator(:terms_of_service) do
|
|||
changelog { Faker::Lorem.paragraph }
|
||||
published_at { Time.zone.now }
|
||||
notification_sent_at { Time.zone.now }
|
||||
effective_date { Faker::Date.forward }
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue